Closed
Bug 764851
Opened 12 years ago
Closed 12 years ago
Animating the width/height of an outer SVG element doesn't work
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
VERIFIED
FIXED
mozilla16
People
(Reporter: longsonr, Assigned: longsonr)
References
()
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
7.28 KB,
patch
|
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Worked in Firefox 8 doesn't work from 12 onwards.
Another example is: http://hoffmann.bplaced.net/svgtest/widthheight02.svg
Assignee | ||
Updated•12 years ago
|
Keywords: regression
Assignee | ||
Comment 2•12 years ago
|
||
regression range:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=6f4f2e53694b&tochange=b87861e50640
Blocks: 668163
Assignee | ||
Comment 3•12 years ago
|
||
Assignee: nobody → longsonr
Attachment #633551 -
Flags: review?(jwatt)
Assignee | ||
Updated•12 years ago
|
status-firefox13:
--- → affected
status-firefox14:
--- → affected
status-firefox15:
--- → affected
status-firefox16:
--- → affected
Comment 4•12 years ago
|
||
Comment on attachment 633551 [details] [diff] [review]
patch
Please add a comment along the lines of the following at the start of nsSVGElement::GetAnimatedAttr:
// We check mapped-into-style attributes first so that animations
// targeting width/height on outer-<svg> don't appear to be ignored
// because we returned a nsISMILAttr for the corresponding
// SVGAnimatedLength.
Attachment #633551 -
Flags: review?(jwatt) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #633551 -
Attachment is obsolete: true
Assignee | ||
Comment 6•12 years ago
|
||
Flags: in-testsuite+
Target Milestone: --- → mozilla16
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 633795 [details] [diff] [review]
updated with comments and extra tweak to pass try
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 668163
User impact if declined: width/height animations on outer svg won't work.
Testing completed (on m-c, etc.): passed tests on m-c, new tests added
Risk to taking this patch (and alternatives if risky): very low
String or UUID changes made by this patch: none
Attachment #633795 -
Flags: approval-mozilla-beta?
Attachment #633795 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
status-firefox16:
affected → ---
Comment 9•12 years ago
|
||
Comment on attachment 633795 [details] [diff] [review]
updated with comments and extra tweak to pass try
[Triage Comment]
Fairly recent, low risk SVG regression. Approving for Aurora/Beta.
Attachment #633795 -
Flags: approval-mozilla-beta?
Attachment #633795 -
Flags: approval-mozilla-beta+
Attachment #633795 -
Flags: approval-mozilla-aurora?
Attachment #633795 -
Flags: approval-mozilla-aurora+
Comment 10•12 years ago
|
||
Comment 11•12 years ago
|
||
Verified fixed on FF 14b9 on Win 7, Ubuntu 12.04 and Mac OS X 10.6.
Comment 12•12 years ago
|
||
Verified fixed on FF 15b3 on Win 7, Ubuntu 12.04 and Mac OS X 10.6.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•