Hi, I am placing figures in a columnset. The next header (section, subsection...) following the figure has always missing vertical space. See the normal space after "One subsection" and "Four subsection" but reduced space after "Two subsection" and "Three subsection" in the example below. Tested with ConTeXt ver: 2018.04.04 and LuaTeX, Version 1.07.0. This seems to be the opposite problem as the one described recently in the thread "Bug in wrapped placefigure". Any solution or fix? Thank you very much for your help. Charles \setuppapersize[letter][letter] \usemodule[newcolumnsets] \setuplayout[grid=yes] \definecolumnset[colset][n=2] \starttext \startcolumnset[colset] \section{One section} \subsection{One subsection} \dorecurse{16}{\input ward \par} \section{Two section} \subsection{Two subsection} \placefigure[bots]{Legend.}{\hbox{\externalfigure[dummy][width=\makeupwidth,height=12cm]}} \dorecurse{5}{\input knuth \par} \subsection{Three subsection} \placefigure[bots]{Legend.}{\hbox{\externalfigure[dummy][width=\makeupwidth,height=12cm]}} \dorecurse{2}{\input knuth \par} \subsection{Four subsection} \dorecurse{7}{\input knuth \par} \stopcolumnset \stoptext