https://bugs.documentfoundation.org/show_bug.cgi?id=155244
Bug ID: 155244
Summary: Blue background when exporting spreadsheet as XHTML
Product: LibreOffice
Version: 7.6.0.0 alpha0+ Master
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Keywords: bibisected, bisected, filter:html, regression
Severity: normal
Priority: medium
Component: filters and storage
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Blocks: 108799
Exporting a sheet to XHTML uses a non-existant #729fcf cell background as a
.Default style.
Steps:
1. Open LO Calc
2. Enter some data in a cell
3. File > Export > XHTML
Alternatively, a command like:
instdir/program/soffice --headless --convert-to "html:XHTML Calc File:UTF8"
./bluetest.ods
Result: blue background in cells that contain data.
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 88bd66d258de5fee3d35aba80c61fec49eb2a969
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded
Bibisected with linux-64-7.6 repo to first bad commit
d112c01284868f60d14a5b1a8be5ba71cb0427d0 which points to core commit:
commit e857b12dada1468cb3bdb49ed5ea636df0b6d153
author Svante Schubert <[email protected]> Fri May 05 12:26:53
2023 +0200
committer Michael Stahl <[email protected]> Mon May 08
09:42:22 2023 +0200
tdf#154989 filter: XHTML export: avoid duplicated frames
Various updates on XSLT ODF2HTML triggered by TDF issue 154989 - esp.
image/frame positioning by CSS position
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151094
Svante, a regression from your recent work associated to tdf#154989. Can you
please have a look?
Before the commit:
.Default { background-color:#729fcf; font-size:12pt;
writing-mode:horizontal-tb; direction:ltr;}
After the commit:
.Default { font-size:12pt; writing-mode:horizontal-tb; direction:ltr;}
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=108799
[Bug 108799] [META] HTML export bugs and enhancements
--
You are receiving this mail because:
You are the assignee for the bug.