Closed
Bug 893510
Opened 12 years ago
Closed 12 years ago
Assertion failure: "do not call ScheduleReflowSVGNonDisplayText when the outer SVG frame is under ReflowSVG"
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: jruderman, Assigned: heycam)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
Assertion failure: !nsSVGUtils::OuterSVGIsCallingReflowSVG(this) (do not call ScheduleReflowSVGNonDisplayText when the outer SVG frame is under ReflowSVG), at layout/svg/nsSVGTextFrame2.cpp:3142
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
This is due to the changes in bug 890783 that schedule a reflow of non-display SVG text when a child text content frame gets a new style context. In this case, we're constructing a new frame due to bidi resolution under ReflowSVG. The frame will be reflowed, so there's no need to do this. I think we can just check NS_FRAME_FIRST_REFLOW to avoid this.
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Comment 4•12 years ago
|
||
Updated•12 years ago
|
Attachment #775491 -
Flags: review?(roc) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•