Closed
Bug 83736
Opened 24 years ago
Closed 24 years ago
ONBLUR event not working for Form Element: FILE
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: madhur, Assigned: joki)
Details
Attachments
(1 file)
|
1.43 KB,
text/html
|
Details |
BUILD ID : 2001053009
1. open the test case provided as an attachment
2 [details] [diff] [review]. try to trigger the blur event
actual eresult:
The ONBLUR event is not working for the Form Element : FILE
expected result:
according to the w3c specification the ONBLUR event should be triggered for Form
Element : FILE. see http://www.w3.org/TR/html401/interact/forms.html#edef-INPUT
reprodubale : always
OS : win2000
IMPORTANCE: being a form element, it is important for the event handles to be
working, since it will affect the user usage widely.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Keywords: mozilla0.9.2
| Assignee | ||
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 79846 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 4•24 years ago
|
||
verifi that this bug is a duplicate of 79846
Status: RESOLVED → VERIFIED
Updated•7 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
•