Closed
Bug 1237281
Opened 10 years ago
Closed 8 years ago
pageMod css not applied in print preview
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: daniel, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151210163017
Steps to reproduce:
I created a simple pagemod which hides something on a page:
require("sdk/page-mod").PageMod({
include:"*",
attachTo:["existing","top","frame"],
contentStyleFile:require("sdk/self").data.url("css/common.css")
});
Actual results:
Works just fine on any page, so there's nothing wrong with the code above. But the css isn't applied when printing or print-previewing.
Expected results:
Print preview and actual printed page should have applied the css privided by pagemod contentstylefile.
Comment 1•8 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•