Closed
Bug 123992
Opened 24 years ago
Closed 23 years ago
Blur event makes mozilla almost unusable
Categories
(Core :: DOM: Events, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: neil, Assigned: joki)
Details
(Keywords: testcase)
Attachments
(1 file)
197 bytes,
text/html
|
Details |
If I set the window to blur itself onfocus and onmousemove, it makes the mozilla
window almost unusable. If I have multiple tabs open, I can't switch tabs.
Reporter | ||
Comment 1•24 years ago
|
||
I've attached the html... if you can't read it (Due to the window being
blurred) here it is again.
<html><head>
<script language="Javascript">
self.blur();
function SelectBlur(){
window.blur();
}
</script></head>
<body onfocus="SelectBlur()" onMouseMove="SelectBlur();">
</body></html>
Reporter | ||
Comment 2•24 years ago
|
||
I should also note that in Scripts and windows I have told the browser not to
move windows to the front/back yet this code still works.
Comment 3•23 years ago
|
||
*** Bug 124673 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
adding testcase keyword in order to remove from BugAThon testcase needed list.
(seems it has one already)
Keywords: testcase
Comment 5•23 years ago
|
||
Seems to work for me on build 2002-12-20-08-trunk. If you still see the bug,
please reopen with build id, and coments on how to reproduce this.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•