> Christoph Reller > 16. Juni 2016 um 15:31 > On Fri, 10 Jun 2016 14:00:01, Christoph Reller > > This must have something to do with page breaking in conjunction with > table splitting. The following MWE produces no error: > > \starttext > \dorecurse{9}{\input ward} > \testpage[10] > \startplacetable[location=split] > \bTABLE > \bTR \bTD \input tufte \eTD \eTR > \eTABLE > \stopplacetable > \stoptext > > On the other hand the following MWE produces the error, and of course > here, a testpage will not help: > > \starttext > \dorecurse{11}{\input ward} > \pagebreak[disable] > \placetable[split]{}{ > \bTABLE > \bTR \bTD Ups \eTD \eTR > \eTABLE > } > \stoptext > > This is a long standing issue and I would very much appreciate any > comment on this. The problem has been fixed. Wolfgang