Closed
Bug 944886
Opened 11 years ago
Closed 11 years ago
Animated element vanishes
Categories
(Core :: SVG, defect, P3)
Core
SVG
Tracking
()
VERIFIED
FIXED
mozilla29
People
(Reporter: longsonr, Assigned: roc)
References
Details
(Keywords: regression)
I'm assuming these are all the same issue. We may need separate bugs if not.
http://hoffmann.bplaced.net/svgtest/keysplines02.svg
http://hoffmann.bplaced.net/svgtest/anitrafokeysplines01.svg
http://hoffmann.bplaced.net/svgtest/animatemotionkeysplines03.svg
These all worked in Firefox 12 but were broken by Firefox 24.
Reporter | ||
Updated•11 years ago
|
Keywords: regression,
regressionwindow-wanted
Reporter | ||
Comment 1•11 years ago
|
||
Forcing a graphics flush i.e. adding
doc->FlushPendingNotifications(Flush_Style);
to nsSVGElement::DidAnimateTransformList fixes this but I'm sure that's not the right thing to do.
Reporter | ||
Updated•11 years ago
|
Keywords: regressionwindow-wanted
Updated•11 years ago
|
Priority: -- → P3
Reporter | ||
Comment 4•11 years ago
|
||
check in for bug 944291 fixes this.
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
Verified fixed using the testcases on 29.0a1 (2014-01-07), win 7 x64.
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Assignee: nobody → roc
Target Milestone: --- → mozilla29
Comment 6•11 years ago
|
||
Bug 944291 was uplifted for Fx28.
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Flags: in-testsuite?
(In reply to Paul Silaghi, QA [:pauly] from comment #5)
> Verified fixed using the testcases on 29.0a1 (2014-01-07), win 7 x64.
Please also verify the latest Aurora builds.
Keywords: verifyme
Comment 8•11 years ago
|
||
(In reply to Paul Silaghi, QA [:pauly] from comment #5)
> Verified fixed using the testcases on 29.0a1 (2014-01-07), win 7 x64.
Reproduced in nightly 2013-12-27.
Verified fixed 28.0a2 (2014-01-16), win 7 x64
Keywords: verifyme
You need to log in
before you can comment on or make changes to this bug.
Description
•