Closed
Bug 866588
Opened 12 years ago
Closed 12 years ago
"Assertion failure: GetFirstInFlow() != aPrevInFlow" with LRE, pre-wrap, :first-line
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: jruderman, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: assertion, testcase)
Attachments
(4 files, 2 obsolete files)
Assertion failure: GetFirstInFlow() != aPrevInFlow, at layout/generic/nsInlineFrame.cpp:964
This assertion was added in bug 861643.
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → matspal
Assignee | ||
Comment 2•12 years ago
|
||
nsBidiPresUtils::ResolveParagraph makes the continuation non-fluid.
Simon, is this a bug?
Assignee | ||
Comment 3•12 years ago
|
||
Fwiw, this fixes it but maybe we should check IsBidiSplittable(parent)
instead like we do in similar code a few lines down.
http://hg.mozilla.org/mozilla-central/annotate/05533d50f2f7/layout/base/nsBidiPresUtils.cpp#l859
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
I seem to recall that you had a patch recently in this block but that it was
rejected / backed out for some reason?
Comment 6•12 years ago
|
||
Do you mean bug 722137, which got backed out in bug 818454, then reapplied in bug 826163, and the code that you're now touching got added at the same time.
It's probably worth testing with the testcase I just attached to bug 818454, attachment 743037 [details].
Assignee | ||
Comment 7•12 years ago
|
||
Thanks, that's the bugs I was looking for. I've checked the tests
in those bugs.
https://tbpl.mozilla.org/?tree=Try&rev=a273a2bf514b
(other tests were green in a previous run)
Attachment #743027 -
Attachment is obsolete: true
Attachment #743033 -
Attachment is obsolete: true
Attachment #743297 -
Flags: review?(smontagu)
Updated•12 years ago
|
Attachment #743297 -
Flags: review?(smontagu) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Flags: in-testsuite+
Comment 9•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•