Closed Bug 627212 Opened 13 years ago Closed 13 years ago

2 NS_ENSURE_SUCCESS failures spammed to console each time I open find-bar, if there's already text there

Categories

(Core :: DOM: Editor, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dholbert, Assigned: ehsan.akhgari)

References

()

Details

STEPS TO REPRODUCE:
 1. Load any page in a debug build. (e.g. this page, or about:blank)
 2. Hit Ctrl+F to open find-bar
 3. Type "a"
 4. Hit 'Esc' to close find-bar
 5. Hit Ctrl+F again (or Ctrl+G)
(repeat steps 4-5 as desired)

ACTUAL RESULTS: At step 5, the find-bar re-appears, with "a" pre-entered, and these warnings get spammed to console:
> WARNING: NS_ENSURE_SUCCESS(result, result) failed with result 0x80004005: file editor/libeditor/base/nsEditor.cpp, line 3898
> WARNING: NS_ENSURE_SUCCESS(res, res) failed with result 0x80004005: file editor/libeditor/text/nsTextEditRules.cpp, line 471

EXPECTED RESULTS: No warnings.
Assignee: nobody → ehsan
Whiteboard: [post-2.0]
This has been fixed by something that I've done somewhere!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [post-2.0]
You need to log in before you can comment on or make changes to this bug.