Bug 57575 - Hairline borders not properly exported to xhtml
Summary: Hairline borders not properly exported to xhtml
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
4.0.0.0.alpha1
Hardware: Other All
: medium normal
Assignee: Peter Jentsch
URL:
Whiteboard: target:4.0.0
Keywords:
Depends on:
Blocks: 57539
  Show dependency treegraph
 
Reported: 2012-11-26 20:37 UTC by Peter Jentsch
Modified: 2012-11-26 20:54 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Jentsch 2012-11-26 20:37:00 UTC
LO has a concept of hairline borders: borders with width 0.05pt are rendered at the minimal possible unit of the output device. XHTML export converts the 0.05pt to physical units (0.0135cm), which some browsers don't display. 

Changed this to emit border-width for hairline borders as "thin" (CSS unit).
Comment 1 Peter Jentsch 2012-11-26 20:37:42 UTC
(see related fdo#57539)
Comment 2 Not Assigned 2012-11-26 20:51:17 UTC
Peter Jentsch committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=5781a5ea3d502332cda77ab75aa7ddd1c9ca36f7

fdo#57575 (xhtml hairline borders), fdo#57538 - xhtml right just borders.



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.