Closed
Bug 470814
Opened 16 years ago
Closed 16 years ago
TestRunner needs a feature guard before using document.hasFocus and document.activeElement
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.1b3
People
(Reporter: Waldo, Assigned: Waldo)
References
()
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
1.10 KB,
patch
|
sayrer
:
review+
ajschult784
:
review+
|
Details | Diff | Splinter Review |
Otherwise the test runner doesn't work cross-browser, useful for running cross-browser tests.
Assignee | ||
Comment 1•16 years ago
|
||
The force-focus code is just voodoo magic/belt-and-suspenders prevention, so I don't think it's necessary to run it when we're in browsers that don't support focus detection.
Assignee: nobody → jwalden+bmo
Status: NEW → ASSIGNED
Attachment #354210 -
Flags: review?(sayrer)
Attachment #354210 -
Flags: review?(ajschult)
Updated•16 years ago
|
Attachment #354210 -
Flags: review?(sayrer) → review+
Comment 2•16 years ago
|
||
Comment on attachment 354210 [details] [diff] [review]
Patch?
sure
Attachment #354210 -
Flags: review?(ajschult) → review+
Assignee | ||
Comment 3•16 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/1c3fff072e08
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/3962a5a1aa68
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: in-testsuite-
Keywords: fixed1.9.1
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1b3
You need to log in
before you can comment on or make changes to this bug.
Description
•