https://bugs.documentfoundation.org/show_bug.cgi?id=113373
--- Comment #8 from Justin L <[email protected]> --- The code for this is in SwToContentAnchoredObjectPosition::CalcPosition() where GetLeaf() tries to position onto the following page. But simply eliminating that block of code would not be enough, because nothing is forcing the bottom to fit the boundaries. So instead of allowing the object to flow to the next page, we would need to shift it up to fit onto the same page as the start of the anchor paragraph. (I could imagine a layout loop where raising the shape to be above the body text bottom could force the anchor paragraph to start on the next page...) But IMHO, FollowTextFlow should primarily be considered to be a UI helper, and less so to be a mechanism that ignores the provided settings and does whatever it wants with the object positioning. -- You are receiving this mail because: You are the assignee for the bug.
