Closed
Bug 455630
Opened 15 years ago
Closed 15 years ago
"ASSERTION: Should never be called on an SVG frame"
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: longsonr)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file, 2 obsolete files)
106 bytes,
image/svg+xml
|
Details |
###!!! ASSERTION: Should never be called on an SVG frame: '!svgChildFrame', file /Users/jruderman/central/layout/svg/base/src/nsSVGIntegrationUtils.cpp, line 245 ###!!! ASSERTION: SVG frames should not get here: '!aNonSVGFrame->IsFrameOfType(nsIFrame::eSVG)', file /Users/jruderman/central/layout/svg/base/src/nsSVGIntegrationUtils.cpp, line 377
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → longsonr
Attachment #342777 -
Flags: superreview?(roc)
Attachment #342777 -
Flags: review?(roc)
Assignee | ||
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: PC → All
Comment on attachment 342777 [details] [diff] [review] patch Reverse the order of the && checks. But you might want to also check whether filters on the outermost <svg> element actually work; I suspect they're broken. If so, please file a new bug for that.
Attachment #342777 -
Flags: superreview?(roc)
Attachment #342777 -
Flags: superreview+
Attachment #342777 -
Flags: review?(roc)
Attachment #342777 -
Flags: review+
Assignee | ||
Comment 3•15 years ago
|
||
You are right, filters on the outermost SVG element only work via this code path and therefore a) don't work on 3.0 and b) would stop working when this patch lands. bug 459758 raised.
Assignee | ||
Comment 4•15 years ago
|
||
Attachment #342777 -
Attachment is obsolete: true
Assignee | ||
Comment 5•15 years ago
|
||
Fixed by check in for bug 459758
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Attachment #342960 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•