Closed
Bug 53425
Opened 25 years ago
Closed 25 years ago
bg chrome images load after window is displayed, looks horrible
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: mikepinkerton, Assigned: hyatt)
Details
(Keywords: polish, Whiteboard: [rtm-])
- launch mozilla with the modern skin
notice that the toolbars and the sidebar are white until the bg images load, so
the user notices a very very ugly flash as they turn from white to blue. It's
very visible when the application launches. windows after that are fine since the
images are already loaded.
we shouldn't display the window until _all_ of the chrome has loaded. If that
takes too long, well then we just have to speed it up.
| Reporter | ||
Comment 1•25 years ago
|
||
not for b3, but we should fix this for rtm
| Assignee | ||
Comment 2•25 years ago
|
||
This is correct according to the specified way images in pages load. Background
images do not delay the onload handler from firing. This means the window will
show before background images load, since we show it just after the onload
handler fires.
Anyway, this is not pam's bug. It would be a toolkit bug if anything.
Comment 4•25 years ago
|
||
->future. this level of polish will have to wait for a future release.
Target Milestone: --- → Future
| Reporter | ||
Comment 7•25 years ago
|
||
this isn't so bad after modern was changed to use a nice blue bg color, and not
white.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•