Closed
Bug 1009126
Opened 12 years ago
Closed 12 years ago
Use multiple progress indicator images
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 759252
People
(Reporter: zpao, Unassigned)
Details
Attachments
(1 file)
|
112.75 KB,
video/webm
|
Details |
When loading multiple tabs, they all look identical. I'm assuming this is because they all use the same apng (or svg?) and so only actually get loaded into memory once and drawn into multiple places. This is really noticable when restoring a bunch of tabs at once (which we don't really do anymore, so... opening a folder of bookmarks?)
What if we used multiple images with different starting offsets? Or it might even just be enough to have different copies of the same image. Or maybe there's some magical graphics things I don't know about (not impossible) that allows us to not reuse the same rendering.
Now might be an interesting time to experiment with the new progress indicators.
Comment 1•12 years ago
|
||
The previous indicators had the same behavior. When we switch to a CSS animation this will no longer occur since they will have different starting times.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•