Closed
Bug 132936
Opened 23 years ago
Closed 23 years ago
Document: Done displayed before CSS background images loaded
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 121787
People
(Reporter: bugzilla, Assigned: dbaron)
References
()
Details
Document: Done is displayed *before* any CSS background images have loaded.
This is bad because Page load times are false.
This is easily demonstrated with the complex spiral demos on css/edge (large
images).
http://www.meyerweb.com/eric/css/edge/complexspiral/demo.html
also
http://www.aqualeisure.co.uk/catredir.asp
which uses a multitude of smaller images.
Obviously, the cache must be clear, and the connection noticeably slow.
AFAIK only Bug 121787 is related to this. i made noises on the newsgroups (i
thought this may be a known issue) to no avail.
Also, I'm not realy sure if Style System is the right component.
Assignee | ||
Comment 1•23 years ago
|
||
This is the same problem as bug 121787.
*** This bug has been marked as a duplicate of 121787 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
It isn't the same problem at the UI level, but I imagine it is caused by the
same problem at the code level, yes.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•