Closed
Bug 5355
Opened 26 years ago
Closed 26 years ago
when reloading this xul document, the external style sheet is not applied.
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
FIXED
M10
People
(Reporter: sdm, Assigned: danm.moz)
References
()
Details
The syle sheet is included with this command:
<?xml-stylesheet
href="http://pimpmaster.org/~simeon/mozilla/xul/xultool-create.css"
type="text/css"?>
When I hit reload, the document is reloaded, and from the server logs, the css
file is refetched using a conditional GET, but the document does not have the
external style rules applied to it. You can tell because the lines beginning
with Display are not indented. The form elements on the left of the page are
indented, because they use inline styles.
Reporter | ||
Updated•26 years ago
|
Component: JavaScript → Layout
Reporter | ||
Comment 1•26 years ago
|
||
oops, one off on the component, sorry.
Updated•26 years ago
|
Assignee: norris → trudelle
Component: Layout → XUL
Updated•26 years ago
|
Assignee: trudelle → danm
Comment 2•26 years ago
|
||
reassigning to danm
Comment 3•26 years ago
|
||
Mass migration of minor danm bugs from M7 -> M8
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•26 years ago
|
||
I think this was a caching bug, and it seems to have been fixed in the
last few weeks (probably by Necko). I tried it last night, and it works fine.
Updated•25 years ago
|
QA Contact: gerardok → ckritzer
Comment 5•25 years ago
|
||
Changing QA Contact back to ckritzer@netscape.com.
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•