Closed
Bug 1535517
Opened 6 years ago
Closed 6 years ago
Assertion failure: !nsSVGUtils::OuterSVGIsCallingReflowSVG(this) (do not call ScheduleReflowSVGNonDisplayText when the outer SVG frame is under ReflowSVG)
Categories
(Core :: SVG, defect, P3)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla68
People
(Reporter: violet.bugreport, Assigned: heycam)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
Bug 897887 has a regression somewhere. It was supposed to have been fixed 6 years ago, but now the testcase in that bug still triggers the same assertion failure on the trunk.
Assignee | ||
Comment 1•6 years ago
|
||
My fault for not adding the test case when landing bug 897887.
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → cam
Status: NEW → ASSIGNED
Assignee | ||
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 3•6 years ago
|
||
Reporter | ||
Comment 4•6 years ago
|
||
Thanks for fixing this bug. Could you also review my patch to bug 1072758? I actually discovered this regression when working on bug 1072758. I want to be confirmed there is no caveat in my patch.
Flags: needinfo?(cam)
Assignee | ||
Comment 5•6 years ago
|
||
Sure, I will comment over on that review. Thanks for picking up that assertion fix!
Flags: needinfo?(cam)
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7517b9beb5e6
Don't schedule SVG text reflow in response to bidi resolution. r=jwatt
Comment 7•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•