Bug 97384 - Missing border-bottom tag in cell with spanrow tag of export to html
Summary: Missing border-bottom tag in cell with spanrow tag of export to html
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
5.0.4.2 release
Hardware: All All
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: (X)HTML-Export
  Show dependency treegraph
 
Reported: 2016-01-26 23:17 UTC by dawessels@telkomsa.net
Modified: 2018-04-20 15:16 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
A Calendar spreadsheet with merged cells (40.47 KB, application/vnd.oasis.opendocument.spreadsheet)
2016-01-26 23:17 UTC, dawessels@telkomsa.net
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dawessels@telkomsa.net 2016-01-26 23:17:30 UTC
Created attachment 122227 [details]
A Calendar spreadsheet with merged cells

I Needed to replace
"border-right: 1px solid #1d2f4e" rowspan=5 
with
"border-bottom: 1px solid #1d2f4e; border-right: 1px solid #1d2f4e" rowspan=5 
in the html code to correct this.
You can view the resulting html saved as from attached spreadsheet.
Comment 1 dawessels@telkomsa.net 2016-01-27 07:21:13 UTC
I see now that this is the result of the merged cells in the block. The top cell borders are propogated to the merged cell's border. In this case the top cell don't have a bottom border where the intuitive result would be to take the outside border settings of the merged cells.

I am now not sure if this is a bug or feature. ;^)

This should now be assigned to the way Calc works and not to the export to html where the result is only more clearly visible.

I propose to use the borders of the underlying cells for the display format rather than that the top most left cell of the merged cells as opposed to using the contents of the top most left cell of the merged cells.
Comment 2 Joel Madero 2016-01-27 19:21:09 UTC
Needs UX input I believe.
Comment 3 Robinson Tryon (qubit) 2016-08-25 05:39:28 UTC Comment hidden (obsolete)
Comment 4 Heiko Tietze 2018-04-20 15:16:26 UTC
Let's say it's a feature. At least I don't see an issue with the document nor when exporting as HTML. In case you still think the export filter or Calc visualization requires changes, please do a minimum example.

PS: Sorry for the long delay in responding. We try to improve.