Closed
Bug 794996
Opened 13 years ago
Closed 10 years ago
on Signed XPI XUL files failed to load images through CSS Stylesheet
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: podoler.yarin, Unassigned)
Details
Attachments
(1 file)
|
52.18 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1
Steps to reproduce:
Ive created an XPI toolbar which contains XUL, CSS Stylesheet and some images.
(The XUL had some items wich had styles on the CSS file which also includes some images in them),
I've tried this XPI in two seperate conditions:
1. After I Signed it successfully
(With the NSS as described in here:
https://developer.mozilla.org/en-US/docs/Signing_a_XPI)
2. Without signing it
And Installed both of them (independently) on Firefox 15
Actual results:
The 2st XPI (without the signing process) it worked perfectly
But the 1st one which was signed, the XUL Toolbar failed to display the Images from the Stylesheet,
All the other CSS Style worked perfectly without the Images declared on it.
Comment 1•13 years ago
|
||
I have experienced the same issue. I have move all images from skin directory to content directory, and add contentaccessible to the chrome.manifest (https://developer.mozilla.org/en-US/docs/Chrome_Registration#contentaccessible)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•10 years ago
|
||
User Agent Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0
Version 46.0a1
Build ID 20160112030207
Channel nightly
Thank you for taking time to report this.
Are you still able to reproduce this in the latest version ?
Flags: needinfo?(podoler.yarin)
Updated•10 years ago
|
Component: Untriaged → XUL
Product: Firefox → Core
Comment 3•10 years ago
|
||
Closing this as incomplete due to inactivities and lack of reply from the reporter. If the issue still reproduces, please add additional information and reopen the bug. Thanks
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(podoler.yarin)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•