Closed
Bug 1324637
Opened 9 years ago
Closed 9 years ago
stylo: layout/forms/crashtests/578604-1.html and layout/forms/crashtests/590302-1.xhtml non-fatally assert with "Cannot bind twice, need to unbind first"
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
People
(Reporter: heycam, Unassigned)
References
(Blocks 1 open bug)
Details
Both tests hit this assertion:
###!!! ASSERTION: Cannot bind twice, need to unbind first: '!mBoundFrame', file /home/worker/workspace/build/src/dom/html/nsTextEditorState.cpp, line 1148
and layout/forms/crashtests/590302-1.xhtml also hits:
###!!! ASSERTION: Child must be scrollable: 'scrollableFrame', file /home/worker/workspace/build/src/layout/forms/nsTextControlFrame.cpp, line 218
They are both reftest-print tests; the former includes an <input> element and the latter a <textarea>. My guess is there's something wrong when we create the new presentation in print mode, where we haven't torn down the old editor properly.
| Reporter | ||
Comment 1•9 years ago
|
||
I think these are captured by the bug 584564 annotations.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•