https://bugs.documentfoundation.org/show_bug.cgi?id=172539
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Regina Henschel <[email protected]> --- The text box is anchored "to page". That means that it does not move with the text, but is always rendered on the page it is anchored to. In your case, the text box is anchored to page 3 of "Default Page Style". But the document has no such page, because the third page has style "Large Left Margin". And thus the text box is not shown. If you extend the text on page 2 so that you get a third page with "Default Page Style", the text box will appear. Using the anchor "to page" is in most cased wrong. Therefore the UI was so changed, that it is no longer quickly available. In your case too, anchor "to page" is surely wrong. You need to anchor the text box to "to paragraph" or to "to character" and _position_ it relative to the page. -- You are receiving this mail because: You are the assignee for the bug.
