https://bugs.documentfoundation.org/show_bug.cgi?id=135475
Miklos Vajna <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |implementationError --- Comment #11 from Miklos Vajna <[email protected]> --- I think the above just exposed a pre-existing bug, so this is rather an implementation error. If I revert the above commit on master but go to tools -> options -> writer -> formatting and set the default anchor type to at-char, the same happens. Inspecting the layout, this is clearly broken: the middle column has multiple text frames, and the first two overlaps. The first text frame top is at 1418 twips, it starts with a fly portion that has a height of 2851, so bottom of the portion is 4269 (and actual text only starts below that). In contrast to this, the 2nd text frame in that middle column already starts at 3074 twips. So yes, this is a bug, but it was there before as well. Adjusting keywords accordingly. -- You are receiving this mail because: You are the assignee for the bug.
