Created attachment 198081 [details] ODT that both describes and includes the bug components In Writer, if a paragraph with inline-border is placed directly below a table-inside-a-frame, then the below-frame spacing of the table-in-frame will be added to the internal top-spacing of the next paragraph, rather than being placed between the two entity’s borders. An ODT + PDF that both describes & includes the components of this bug are available from Python3docs (see bug4.odt + bug4.pdf at https://github.com/alexkemp9/Python3docs). This appears to be a Frame bug, and may be identical to Bug 164297 (https://bugs.documentfoundation.org/show_bug.cgi?id=164297).
Created attachment 198341 [details] An extended explanation + demonstration of the Bug The Framed Table “Interferes” with adjoining borders. The bug occurs with anything that is framed and is positioned next to something with a border. The interference ranges from changing bottom- or top-spacing, and can be minor or become splitting off embedded borders from the text to which they are supposed to be attached. The clearest demonstration of the bug is when the below-frame spacing of the table-in-frame is added to the internal top-spacing of the next paragraph, rather than being placed between the two entity’s borders. An ODT + PDF that both describes & includes the components of this bug are available from Python3docs (see bug4+.odt + bug4+.pdf at https://github.com/alexkemp9/Python3docs). This appears to be a Frame bug, and may be identical to Bug 164297 (https://bugs.documentfoundation.org/show_bug.cgi?id=164297).