"Assertion failure: false (should have already reflowed the kid)" with requiredFeatures, getComputedTextLength
RESOLVED
FIXED
in mozilla25
Status
()
People
(Reporter: jruderman, Assigned: heycam)
Tracking
(Blocks: 1 bug, {assertion, testcase})
Firefox Tracking Flags
(Not tracked)
Details
Attachments
(3 attachments)
Created attachment 782311 [details] testcase Assertion failure: false (should have already reflowed the kid), at layout/svg/nsSVGTextFrame2.cpp:4749
(Reporter) | ||
Comment 1•6 years ago
|
||
Created attachment 782312 [details]
stack
(Assignee) | ||
Comment 2•6 years ago
|
||
Created attachment 782429 [details] [diff] [review] patch We need to call ReflowSVGNonDisplayText in nsSVGOuterSVGFrame::Reflow if the nsSVGOuterSVGFrame itself is non-display. We don't get in to nsSVGDisplayContainerFrame::ReflowSVG, which is where ReflowSVGNonDisplayText is called in other cases.
(Assignee) | ||
Comment 3•6 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=738d9a2197a3
Updated•6 years ago
|
Attachment #782429 -
Flags: review?(jwatt) → review+
(Assignee) | ||
Comment 4•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/df5c28c3b93e
Comment 5•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/df5c28c3b93e
Status: ASSIGNED → RESOLVED
Last Resolved: 6 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
•