Open
Bug 666037
Opened 14 years ago
Updated 5 years ago
Random warnings when typing in the editor in Thunderbird.
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
People
(Reporter: bwinton, Unassigned)
Details
WARNING: NS_ENSURE_TRUE(mListenerEnabled) failed: file /Users/bwinton/Programming/thunderbird/src-central/mozilla/editor/libeditor/html/nsHTMLEditRules.cpp, line 8501
WARNING: NS_ENSURE_TRUE(elem) failed: file /Users/bwinton/Programming/thunderbird/src-central/mozilla/editor/libeditor/html/nsHTMLEditUtils.cpp, line 396
WARNING: NS_ENSURE_TRUE(mLastNBSPNode) failed: file /Users/bwinton/Programming/thunderbird/src-central/mozilla/editor/libeditor/html/nsWSRunObject.cpp, line 663
WARNING: NS_ENSURE_TRUE(mLastNBSPNode) failed: file /Users/bwinton/Programming/thunderbird/src-central/mozilla/editor/libeditor/html/nsWSRunObject.cpp, line 663
WARNING: NS_ENSURE_TRUE(*outIsEmptyNode) failed: file /Users/bwinton/Programming/thunderbird/src-central/mozilla/editor/libeditor/html/nsHTMLEditor.cpp, line 5083
WARNING: NS_ENSURE_TRUE(aNode) failed: file /Users/bwinton/Programming/thunderbird/src-central/mozilla/editor/libeditor/base/nsEditor.cpp, line 3556
WARNING: NS_ENSURE_TRUE(outNode && inNode) failed: file /Users/bwinton/Programming/thunderbird/src-central/mozilla/editor/libeditor/html/nsHTMLEditor.cpp, line 4590
WARNING: NS_ENSURE_TRUE(node) failed: file /Users/bwinton/Programming/thunderbird/src-central/mozilla/editor/libeditor/html/nsHTMLEditor.cpp, line 4675
Comment 1•14 years ago
|
||
Spoke to Ehsan about this one, which I'm seeing on every keypress. He thought it might indicate a real problem:
WARNING: NS_ENSURE_TRUE(outNode && inNode) failed: file /Users/ireid/tbird/comm-central/mozilla/editor/libeditor/html/nsHTMLEditor.cpp, line 4578
Comment 4•9 years ago
|
||
Oh yes, there a many warnings coming out of the editor, but I wouldn't call them random ;-)
Flags: needinfo?(mozilla)
Comment 5•5 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
Comment 6•5 years ago
|
||
Does this reproduce for you on Windows or Mac?
Flags: needinfo?(thee.chicago.wolf)
Flags: needinfo?(de.berberich)
Comment 7•5 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #6)
Does this reproduce for you on Windows or Mac?
Nope. Works just fine.
Flags: needinfo?(thee.chicago.wolf)
Comment 8•5 years ago
|
||
Running macOS 10.14.6 I don't see this issue in TB 78.5.1
Flags: needinfo?(de.berberich)
You need to log in
before you can comment on or make changes to this bug.
Description
•