Closed
Bug 42481
Opened 25 years ago
Closed 25 years ago
app hangs if a chrome:// xml-stylesheet is specified
Categories
(Core Graveyard :: Skinability, defect, P3)
Tracking
(Not tracked)
People
(Reporter: dan, Assigned: bugs)
Details
Attachments
(1 file)
454 bytes,
text/plain
|
Details |
I'll be attaching a simple xul file which demonstrates problem. My
xul references the chrome://global/skin/ stylesheet. When I run my
app, mozilla takes a snapshot of my entire screen and displays that, but does
nothing else.
To reproduce:
1. Save attachment as c:\globaltest.xul
2. run mozilla as such: mozilla -console -chrome file://c:\globaltest.xul
If you comment out the xml-stylesheet, the app runs and the xul
presentation is displayed.
workaround is to create my own .css file, and from that file include the
global/skin. So, <?xml-stylesheet href="myglobal.css" type="text/css"?> work
correctly.
Comment 2•25 years ago
|
||
over to skins... paw, who gets qa contact here nowadays?
Assignee: don → ben
Component: XP Apps → Skinability
QA Contact: sairuh → paw
Comment 3•25 years ago
|
||
confirming. happens exactly like the reporter said
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•25 years ago
|
||
*spam* changing QA to me for all skinability bugs (all 4 of them!)
QA Contact: paw → BlakeR1234
Assignee | ||
Comment 5•25 years ago
|
||
only chrome urls are able to access chrome urls. this is a known problem, => dup
of 42076
*** This bug has been marked as a duplicate of 42076 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•