Closed
Bug 493052
Opened 16 years ago
Closed 12 years ago
The places search throbber continues to animate even when it's not visible
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jrmuizel, Unassigned)
Details
I haven't been able to reproduce this yet. But I'm pretty sure I've seen it at least once. I'll try to come up with better information if/when I can reproduce it.
One thing to look into is whether images continue to animate even if they are display:none.
Comment 2•16 years ago
|
||
Actually I was thinking of bug 483841 (I thought there was a follow-up to that), see the comments and the fix from that bug.
Whiteboard: DUPME
Comment 3•16 years ago
|
||
Couldn't we do what we do for the favicon/throbber in tabs, and just swap in the throbber icon with CSS when we're doing a places search? Then we could remove the stack too, right? Less XUL is virtuous...
Comment 4•16 years ago
|
||
Yeah, I think we could do that.
Comment 5•16 years ago
|
||
(In reply to comment #0)
> One thing to look into is whether images continue to animate even if they are
> display:none.
We actually use display:none already:
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.css#38
Comment 6•16 years ago
|
||
Yeah, but Jeff was seeing the underlying image object continue to animate despite that. Bug 483841 means we'll no longer repaint unnecessarily, but there's still work we can avoid here by actually unloading the image.
Reporter | ||
Comment 7•16 years ago
|
||
(In reply to comment #5)
> (In reply to comment #0)
> > One thing to look into is whether images continue to animate even if they are
> > display:none.
>
> We actually use display:none already:
> http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.css#38
I know, the hypothesis is that display:none is insufficient to stop the animating.
Comment 8•16 years ago
|
||
We might want to explore not bothering to animate display:none images, but that would require some layout->imglib interaction that's probably not worth investigating at this point. A front-end fix should be pretty simple, though.
Keywords: qawanted
Comment 9•16 years ago
|
||
Has this been reproduced now?
Reporter | ||
Comment 10•16 years ago
|
||
No. So I would consider this low priority.
Comment 11•16 years ago
|
||
responding to qawanted: How did you tell it was animating when it wasn't visible?
Comment 12•12 years ago
|
||
we don't have anymore the throbber.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•