https://bugs.documentfoundation.org/show_bug.cgi?id=162243

--- Comment #10 from Leonardo da Silva <[email protected]> ---
(In reply to Buovjaga from comment #9)
> (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 [details] 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>
> ...

Exactly, and then the masterpage that was defined in Table5 is being ignored
because Libreoffice is taking Table6 as first element. If bind the masterpage
in Table6, then the document will be rendered as it should be.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to