[Libreoffice-bugs] [Bug 32521] [IMPRESS] Some borders of grouped cells have wrong style

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 22 14:12:56 CET 2010


https://bugs.freedesktop.org/show_bug.cgi?id=32521

--- Comment #1 from Eliot the Cougar <eliotfur at gmail.com> 2010-12-22 05:12:56 PST ---
<table:table-row table:style-name="ro1">
 <table:table-cell table:style-name="ce1"/>
 <table:table-cell table:style-name="ce2" table:number-columns-spanned="2">
   <text:p text:style-name="P1">
    Right border is wrong
   </text:p>
  </table:table-cell>
 <table:covered-table-cell table:style-name="ce3"/>
</table:table-row>

First solution:
Propagate table:style-name parameter from visible cells to covered cells along
with background, alignment and padding (change ce3 to ce2)

Second solution:
Keep styles as-is, but display grouped cells using:
borders from the style associated with each of the covered cells (ce3)
background, alignment and padding from the style of the main cell of the group
(ce2)

Problems to keep eye on:
1. Borders shared between grouped and ungrouped cells - Groups take priority?..
Uniform borders?..
2. Borders state after re-splitting cells - inherit the style of the parent
cell?.. Right now it drops to default style for the new right and bottom
cells...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list