https://bugs.documentfoundation.org/show_bug.cgi?id=162243
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|7.4.7.2 release |3.5.0 release Status|NEEDINFO |NEW Blocks| |103100 --- Comment #9 from Buovjaga <[email protected]> --- (In reply to Leonardo da Silva from comment #8) > Hey Buovjaga, thanks for take a look. > > Table1-4 being greyed are ok, the issue is when you try to edit Table5, then > the menu to edit Table6 will be opened, not Table5. > > The problem is that Table 5 is being ignored because it's first element is > another table, then Table6 is selected when I need to select Table5. > > As Table5 is ignored, my Masterpage is also, and as Table6 don't have any > masterpage setted, then the default pagestyle is used and my document gets > unformatted. Thanks, I confirm it by editing through the Navigator. Already in many older versions, down to 3.5. Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: edc20f4d34d102b385ece53a60abad0047661661 CPU threads: 8; OS: Linux 6.10; UI render: default; VCL: kf6 (cairo+wayland) Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: CL threaded Unzipping attachment 195580 and looking at the structure in content.xml, it seems Table6 has been inserted into Cell7 of Table5: <table:table table:style-name="Table4.Table4"> <table:table-column table:style-name="Table4.Column2" table:number-columns-repeated="2" /> <table:table-column table:style-name="Table4.Column3" /> <table:table-row> <table:table-cell table:style-name="Table4.Cell5"> <table:table table:style-name="Table5.Table5"> <table:table-column /> <table:table-row> <table:table-cell table:style-name="Table5.Cell6"> <text:p text:style-name="P3"> <text:span text:style-name="T3"></text:span> </text:p> </table:table-cell> </table:table-row> </table:table> </table:table-cell> <table:table-cell table:style-name="Table5.Cell7"> <table:table table:style-name="Table6.Table6"> <table:table-column /> <table:table-row> <table:table-cell table:style-name="Table6.Cell8"> <text:p text:style-name="P3"> <text:span text:style-name="T3"></text:span> </text:p> </table:table-cell> </table:table-row> </table:table> </table:table-cell> ... Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=103100 [Bug 103100] [META] Writer table bugs -- You are receiving this mail because: You are the assignee for the bug.
