Hello,

I found what looks like a bug in ConTeXt: when using columns, a 
\blank[medium,fixed] near the end of the column/page can cause the following 
text to overlap with existing text.

Context Version :
ConTeXt Process Management 1.06
current version: 2026.02.19 11:49

In the minimal reproducible example below, the word "Signature" is printed on 
top of the preceding column instead of being placed after the blank space :

\usemodule[m-visual]
\mainlanguage[fr]
\setupcolumns[n=3]
\starttext
\startcolumns
\setrandomseed 42
\dorecurse{22}{\fakewords{19}{19}\par}
en plus étriqué. Cela rend la croissance démographique insupportable, alors 
qu'elle pourrait ne pas l'être, ou l'être beaucoup moins.
\blank[medium,fixed]
Signature                       % bug
\stopcolumns
\stoptext
_______________________________________________
dev-context mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to