Closed
Bug 550065
Opened 15 years ago
Closed 13 years ago
Incomplete repaint when removing transform attribute
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files)
No description provided.
Reporter | ||
Comment 1•15 years ago
|
||
Updated•15 years ago
|
Keywords: regression
Comment 2•15 years ago
|
||
Same as bug 550047
nsSVGElementBase::UnsetAttr now runs before the data is reparsed and when we get to the nsSVGForeignObject::AttributeChanged we read the old values from the nsSVGForeignObjectElement rather than the new values.
Comment 3•13 years ago
|
||
Fixed by check-in for bug 550047
Status: NEW → RESOLVED
Closed: 13 years ago
Depends on: 550047
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•