Closed
Bug 508188
Opened 16 years ago
Closed 16 years ago
mochitest-chrome: intermittent "test_bug298622.xul | find input field doesn't have the focus, find operation will fail!"
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: mstange, Assigned: jgriffin)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
1.66 KB,
patch
|
Details | Diff | Splinter Review |
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/chrome/docshell/test/chrome/test_bug298622.xul | find input field doesn't have the focus, find operation will fail!
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox-Unittest/1249354533.1249356385.21078.gz
This is in the same file as bug 503988, but with a different error message.
![]() |
||
Comment 1•16 years ago
|
||
I really doubt that's a docshell issue. Neil, any idea what might be up here?
Assignee | ||
Comment 2•16 years ago
|
||
Possibly this is related to bug 506173.
In any case, I can remove this assert; as you can see in the log, the find operation actually succeeds even though the window doesn't have the focus. This is because I recently changed the test not to use key events to populate the find field, but do so programmatically instead, so the focus check is no longer needed.
Assignee | ||
Comment 3•16 years ago
|
||
Test update per comment #2
Assignee | ||
Comment 4•16 years ago
|
||
Pushed test update as http://hg.mozilla.org/mozilla-central/rev/91467022ddfa
Assignee | ||
Comment 5•16 years ago
|
||
Marking as resolved, since we haven't seen this failure since the test update.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Assignee: nobody → jgriffin
Target Milestone: --- → mozilla1.9.2a1
Updated•15 years ago
|
Whiteboard: [orange]
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•