Closed Bug 123992 Opened 23 years ago Closed 22 years ago

Blur event makes mozilla almost unusable

Categories

(Core :: DOM: Events, defect)

x86
Windows 2000
defect
Not set
major

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: neil, Assigned: joki)

Details

(Keywords: testcase)

Attachments

(1 file)

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.
Attached file Code showing the bug
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>
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.
*** Bug 124673 has been marked as a duplicate of this bug. ***
adding testcase keyword in order to remove from BugAThon testcase needed list.
(seems it has one already)
Keywords: testcase
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: 22 years ago
Resolution: --- → WORKSFORME
Cool, works for me with 1.3a
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: