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)
Tracking
()
VERIFIED
FIXED
M4
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.
Comment 2•26 years ago
|
||
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 re-assigned according to the product areas we're currently working
on.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
This should be all happy and good now.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
All is indeed happy and good.
Verified Fixt.
Build 1999-06-02-08-M7
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•