Open
Bug 488950
Opened 17 years ago
Updated 5 years ago
Warning when deleting text-field auto-complete candidate (DeleteSelectionImpl returns 0x80004005)
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
People
(Reporter: matt, Unassigned)
Details
Attachments
(1 file)
|
6.23 KB,
text/plain
|
Details |
Using a 3.6a1pre build pulled Apr 16 (on a Linux box), if when typing in a form's text field I get an auto-complete list, then arrow down to select one of them and press Delete to remove it from the list of candidates, I get this warning:
WARNING: NS_ENSURE_SUCCESS(res, res) failed with result 0x80004005: file nsTextEditRules.cpp, line 932
Which happens because mEditor->DeleteSelectionImpl(aCollapsedAction) fails in nsTextEditRules::WillDeleteSelection().
Might belong in Toolkit:Autocomplete, but the stack trace that occurs when the warning happens in the text editor.
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority and severity.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•