Closed
Bug 949203
Opened 12 years ago
Closed 9 years ago
Animated SVG in chrome doesn't update
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sebo, Unassigned)
Details
Attachments
(2 files, 1 obsolete file)
Animated SVGs used inside the chrome don't seem to repaint correctly.
Test case:
1. Install the attached Firebug version
2. Open Firebug on https://getfirebug.com/tests/manual/console/joes-original/test.html
3. Enable and switch to Firebug's Script panel
4. Reload the page
5. Click the Break On Next button (the orange 'pause' icon) at the upper left of the panel
=> The icon should now be animated, though it isn't unless a repaint is triggered, e.g. by resizing the Firebug frame.
FWIW the icon is applied via the CSS property list-style-image.
Sorry that I don't have a smaller test case. If it's required, I'll try to get a smaller one.
This issue looks very similar to bug 907503. I've tested this with Firefox 26.0 and Nightly (2013-12-11).
Sebastian
| Reporter | ||
Comment 1•12 years ago
|
||
Firebug version using SVG icons
Comment 2•12 years ago
|
||
Did it work in earlier versions of Firefox?
| Reporter | ||
Comment 3•12 years ago
|
||
Yes, at least in Firefox 23.0. I didn't test other versions yet, though.
Sebastian
Comment 4•12 years ago
|
||
A regression range possibly via moz-regression would be useful.
| Reporter | ||
Comment 5•12 years ago
|
||
Here it is:
Last good nightly: 2013-05-25
First bad nightly: 2013-05-26
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=7a2f7a45819a&tochange=0fed3377c839
Sebastian
| Reporter | ||
Comment 6•11 years ago
|
||
This problem can still be reproduced using Firefox 31.0a1 (2014-04-26) + Firebug 2.0b3 on Win8.1. I also tested this on Ubuntu 14.04 and OS X 10.8 with the same result.
Is there any more info you need from me?
Sebastian
OS: Windows 8.1 → All
Comment 7•9 years ago
|
||
Is this still an issue given that bug 907503 is now fixed?
Even allowing unsafe add-ons I can't get the attached xpi to do anything anymore.
Updated•9 years ago
|
Flags: needinfo?(sebastianzartner)
| Reporter | ||
Comment 8•9 years ago
|
||
Here's an updated version of Firebug. Bug 907503 didn't fix it. I am in the hope bug 935888 will finally fix it, though I need to wait for tomorrow's Nightly to evaluate it.
Sebastian
Attachment #8346207 -
Attachment is obsolete: true
Flags: needinfo?(sebastianzartner)
| Reporter | ||
Comment 9•9 years ago
|
||
Here's a simple test extension adding a toolbar button with an animated SVG. Though it's added through an <image> tag, not CSS. I don't know if that makes any difference.
Sebastian
| Reporter | ||
Comment 10•9 years ago
|
||
Nightly 2016-07-01 did fix it. Yay!
Sebastian
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•