Closed
Bug 615015
Opened 15 years ago
Closed 15 years ago
"ASSERTION: bad action nesting!"
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: jruderman, Assigned: ehsan.akhgari)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
|
295 bytes,
text/html
|
Details | |
|
22.68 KB,
text/plain
|
Details | |
|
3.89 KB,
patch
|
roc
:
review+
roc
:
approval2.0+
|
Details | Diff | Splinter Review |
Might be related to bug 336091 and bug 496337.
###!!! ASSERTION: transaction did not execute properly: '(NS_SUCCEEDED(result))', file editor/libeditor/base/nsEditor.cpp, line 674
###!!! ASSERTION: bad action nesting!: 'mActionNesting>0', file editor/libeditor/html/nsHTMLEditRules.cpp, line 397
###!!! ASSERTION: bad state: 'mUpdateCount > 0', file editor/libeditor/base/nsEditor.cpp, line 4184
###!!! ASSERTION: Someone forgot to call EndUpdateViewBatch!: '!mRootVM', file nsIViewManager.h, line 297
| Reporter | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Comment 2•15 years ago
|
||
It also makes the entire browser window stop drawing (and makes it black in my case).
Depends on: 611798
Comment 3•15 years ago
|
||
If UpdateView batches get unbalanced that would mess up the drawing.
| Assignee | ||
Comment 4•15 years ago
|
||
This is partly solved by my patch in bug 615450. With that patch, this is the assertion that I get:
###!!! ASSERTION: transaction did not execute properly: '(NS_SUCCEEDED(result))', file /Users/ehsanakhgari/moz/mozilla-central/editor/libeditor/base/nsEditor.cpp, line 674
| Assignee | ||
Updated•15 years ago
|
| Assignee | ||
Comment 5•15 years ago
|
||
Attachment #494305 -
Flags: review?(roc) → review+
| Assignee | ||
Updated•15 years ago
|
Attachment #494305 -
Flags: approval2.0?
Attachment #494305 -
Flags: approval2.0? → approval2.0+
| Assignee | ||
Updated•15 years ago
|
Whiteboard: [needs landing]
| Assignee | ||
Comment 6•15 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/af358fe76628
Also pushed a followup to fix an assertion count check:
http://hg.mozilla.org/mozilla-central/rev/a84d8af1af12
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [needs landing]
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•