Closed Bug 1880 Opened 26 years ago Closed 26 years ago

onBlur called multiple times when form element clicked to focus

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: sirilyan, Assigned: joki)

Details

(viewer.exe, December 10/1998 Win95 binary.) <FORM> <INPUT NAME=foo TYPE=text onFocus="alert('onFocus foo');" onBlur="alert('onBlur foo');"> <INPUT NAME=bar TYPE=text onFocus="alert('onFocus bar');" onBlur="alert('onBlur bar');"> <INPUT TYPE=submit> </FORM> If you click to focus one of the text fields, onBlur is called four times before the onFocus handler is called. This appears to only happen on the first attempt to focus on a text field - all subsequent focus changes work properly, as does using the Tab key the first time instead of clicking.
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4015 → 3847
QA contact re-assigned according to the product areas we're currently working on.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This should be all happy and good now.
Status: RESOLVED → VERIFIED
All is indeed happy and good. Verified Fixt. Build 1999-06-02-08-M7
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.