Closed
Bug 614367
Opened 14 years ago
Closed 14 years ago
"ASSERTION: unknown nsISVGValue" with transform property
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: longsonr)
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
###!!! ASSERTION: unknown nsISVGValue: 'Not Reached', file content/svg/content/src/nsSVGElement.cpp, line 1072
Reporter | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → longsonr
Attachment #515450 -
Flags: review?(dholbert)
Updated•14 years ago
|
Attachment #515450 -
Flags: review?(dholbert) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 3•14 years ago
|
||
backout strategy - backout patch.
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Comment 5•14 years ago
|
||
Mozilla/5.0 (X11; Linux i686; rv:2.2a1pre) Gecko/20110404 Firefox/4.2a1pre
When trying to verify this issue on the attached testcase I got the following in the Error console:
Warning: Unexpected value ? parsing transform attribute.
Source File: https://bug614367.bugzilla.mozilla.org/attachment.cgi?id=492756
Line: 0
Error: uncaught exception: [Exception... "Index or size is negative or greater than the allowed amount" code: "1" nsresult: "0x80530001 (NS_ERROR_DOM_INDEX_SIZE_ERR)" location: "https://bug614367.bugzilla.mozilla.org/attachment.cgi?id=492756 Line: 6"]
Assignee | ||
Comment 6•14 years ago
|
||
That's expected. The transform attribute is invalid, the fix just stops us raising an ASSERTION.
Comment 7•14 years ago
|
||
Perfect. Considering comment 6 setting as Verified Fixed.
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•14 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•