Open
Bug 224029
Opened 22 years ago
Updated 3 years ago
Changing href of stylesheet while it is loading leaves the throbber spinning for the old load
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
1.12 KB,
text/html
|
Details |
Reporter | ||
Comment 1•22 years ago
|
||
![]() |
||
Comment 2•22 years ago
|
||
Isn't this just bug 85631? I any case, that destcase will likely stop
demonstrating the problem once bug 84582 is fixed (and we will need a better
testcase at that point).
Depends on: 85631
OS: Windows XP → All
Priority: -- → P3
Hardware: PC → All
Target Milestone: --- → Future
![]() |
||
Comment 3•22 years ago
|
||
s/destcase/testcase/
QA Contact: ian → style-system
Reporter | ||
Comment 4•18 years ago
|
||
![]() |
||
Comment 5•18 years ago
|
||
Not sure that we can do better than the throbber thing, actually. Not easily.
Reporter | ||
Comment 6•18 years ago
|
||
Instead of setting the href to "", which refers to the page itself, set it to a fast (data: URL) thing. This demonstrates the throbber issue more clearly.
Attachment #134380 -
Attachment is obsolete: true
Reporter | ||
Updated•18 years ago
|
Summary: Changing href of stylesheet while it is loading does not unblock layout → Changing href of stylesheet while it is loading leaves the throbber spinning for the old load
Reporter | ||
Comment 7•15 years ago
|
||
I still see this bug on trunk.
![]() |
||
Updated•15 years ago
|
Target Milestone: Future → ---
![]() |
||
Updated•15 years ago
|
Priority: P3 → P5
![]() |
||
Comment 8•5 years ago
|
||
We'd need to keep track of the channel in the element and cancel it to fix this, basically. Not sure how worthwhile that is.
Assignee: bzbarsky → nobody
Priority: P5 → --
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•