Closed
Bug 444723
Opened 17 years ago
Closed 17 years ago
[CSS LOADER] Gecko 1.9 doesn't follow css import chains beyond alternate stylesheets
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: glandium, Unassigned)
References
()
Details
(Whiteboard: DUPEME?)
Attachments
(1 file)
1.01 KB,
application/x-compressed-tar
|
Details |
(This was reported by Martin Krafft on http://bugs.debian.org/490284 )
If the default stylesheet a.css imports b.css which imports c.css,
and b.css is offered as an alternate stylesheet, ff3 ignores c.css
in the default setting; if the alternate stylesheet is selected, or
is outside the chain, c.css is read properly.
Testcase is at http://madduck.net/~madduck/ff3-css-fuckup-testcase/test.html
Verified to happen on Windows, too (no reason why it wouldn't, but still...)
Comment 1•17 years ago
|
||
Verified to happen with Debian's RC release as well with FF3 final.
Comment 2•17 years ago
|
||
Is https://bugzilla.mozilla.org/show_bug.cgi?id=445415 is dependent on the same issue?
Should this be blocker for 1.9.1?
Whiteboard: DUPEME?
Summary: Gecko 1.9 doesn't follow css import chains beyond alternate stylesheets → [CSS LOADER] Gecko 1.9 doesn't follow css import chains beyond alternate stylesheets
![]() |
||
Comment 4•17 years ago
|
||
Mike, mind attaching the testcase to the bug so we can make sure it doesn't go away?
Reporter | ||
Comment 5•17 years ago
|
||
It was attached to the debian bug, here it is.
![]() |
||
Comment 6•17 years ago
|
||
Thanks!
![]() |
||
Comment 7•17 years ago
|
||
Fixed by checkin for bug 183348.
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite+
QA Contact: style-system → bzbarsky
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•