Closed
Bug 4008
Opened 26 years ago
Closed 26 years ago
blur, focus, and click sometimes don't register, sometimes double register
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: jcarpenter0524, Assigned: joki)
References
()
Details
- Go to above URL
- Click in text field, the text field receives blur 1st then focus and
click, instead of just focus & click
- Now click the Clear button. If you watch the text as you are clicking the
clear button you see it also receives blur 1st. The text area, on the other
hand, does not receive blur even though it should.
- Click the text field again. The text field receives blur, then focus, then
blur again, then focus again, then click.
- If you reload then click in the text field, and then anywhere outside the text
field, the field should receive blur, but doesn't.
Note: This test works fine in 4.51
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Updated•26 years ago
|
Target Milestone: M3
This bug is on M3 milestone which has passed. Putting on Blank milestone to be
reassigned to a current or future milestone.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M5
Assignee | ||
Comment 2•26 years ago
|
||
All parts of this fixed except clicking on the areas outside of the form
fields.
Assignee | ||
Comment 3•26 years ago
|
||
Not making these for M5
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Okay, clicking outside works now too.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•26 years ago
|
||
Verified 1999-06-15-16-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
•