Closed
Bug 364787
Opened 19 years ago
Closed 19 years ago
difference in processing <?xml-stylesheet ?> between Firefox 3 and 2
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: BijuMailList, Unassigned)
Details
Attachments
(2 files)
Between Firefox 3 and 2 there is a difference in processing <?xml-stylesheet ?> in an overlay file.
ie, if <?xml-stylesheet?> is before <overlay> tag it is processed.
if it is inside <overlay> tag it is not processed by Firefox 3,
for Firefox 2 that is also processed.
see clc_clcspeakOverlay.xul in clc_clcspeak.jar
from http://clickspeak.clcworld.net/clickspeak_bundle_v1.2_release.xpi
at http://clickspeak.clcworld.net/downloads.html
Steps:-
1. run Firefox 2
2. goto about:config
3. set extensions.checkCompatibility and extensions.disabledObsolete as false
4. install attached clickspeak_bundle_v1.2_release_orig.xpi
5. restart Firefox 2
6. user see Icons without problem
7. Exit Firefox 2
8. Start Firefox 3
9. user see Icons with problem
10. install attached clickspeak_bundle_v1.2_release_modified.xpi
11. restart Firefox 3
12. user see no issues with Icons
Difference between 3 xpi are position of <?xml-stylesheet?>
Comment 3•19 years ago
|
||
This was an intentional change from bug 319654. See also bug 360119. You need to fix your overlay.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•