Closed
Bug 220142
Opened 22 years ago
Closed 22 years ago
"Stop" while waiting for CSS should render rest of page
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jruderman, Assigned: bzbarsky)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
360 bytes,
text/html
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030917
Firebird/0.6.1+
Steps to reproduce:
1a. Load Google's cache of a page that is being DoSed. (The page must use CSS.)
or
1b. Load the testcase.
Result: Mozilla displays only the part of the page above the CSS load. For
Google's cache, this is the box telling you that you're viewing a Google cache.
2. Click "Stop".
Result: Nothing more appears. (Same happens in IE.)
Expected result: Display the rest of the page without styling it. (This happens
in Netscape 4.)
Reporter | ||
Comment 1•22 years ago
|
||
-> style (loading, bz)
Assignee: other → bzbarsky
Component: Layout → Style System
Comment 3•22 years ago
|
||
*** Bug 230482 has been marked as a duplicate of this bug. ***
![]() |
Assignee | |
Comment 4•22 years ago
|
||
The problem here is that users expect "stop" to stop the page right there and
now and not render another thing. So this bug should be wontfix; the right fix
is to fix bug 84582 so pages render even if not all sheets are yet loaded after
a suitable timeout.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 5•22 years ago
|
||
bz: makes sense.
You need to log in
before you can comment on or make changes to this bug.
Description
•