Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 8.4.4
-
Fix Version/s: None
-
Component/s: Old Core - PDF export
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
Description
Hello,
I create a simple ./skins/flamingo/pdf.css with
#xwikicontent .box.floatinginfobox {
background-color: "pink";
}
or '.box.floatinginfobox {'
to PDF export pages with floating TOC (http://extensions.xwiki.org/xwiki/bin/view/Extension/TOC%20Macro#HExample2:Floating)
Here results of first steps to generate PDF file:
Cleaning HTML: //(show XHTML code without style)// DEBUG c.x.x.p.i.PdfExportImpl - Cleaned XHTML: <div id="xwikicontent"> <div class="box floatinginfobox"> <strong>Sommaire</strong>
DEBUG c.x.x.p.i.PdfExportImpl - Applying the following CSS:
#xwikicontent .box.floatinginfobox {
background-color: "pink";
}
My background-color style missing in next step :
DEBUG c.x.x.p.i.PdfExportImpl - HTML with CSS applied: <div id="xwikicontent" style="display: block; "> <div class="box floatinginfobox" style="display: block; "> <strong style="font-weight: bolder; ">Sommaire</strong>
ty
Pascal B