Closed
Bug 83730
Opened 24 years ago
Closed 24 years ago
ONSELECT event not trigerred for form elements
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: madhur, Assigned: joki)
Details
(Whiteboard: event handler bug occurs in form elements)
Attachments
(1 file)
|
850 bytes,
text/html
|
Details |
1. Open the test case attachment
2 [details] [diff] [review]. click through all the form elements in the test case
actual result:
you will notice that the ONSELECT event is not being triggered for the Form
Elements : CHECKBOX, RADIO, SUBMIT, RESET, IMAGE, BUTTON
expected result:
These form elements support the onselect event according to
http://www.w3.org/TR/html401/interact/forms.html#edef-INPUT
Reproducability : Always
OS : win2000
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Keywords: mozilla0.9.2
QA Contact: gerardok → madhur
Whiteboard: event handler bug occurs in form elements
| Assignee | ||
Comment 2•24 years ago
|
||
If you look further in the spec the onselect event is made specifically for use
with the text field form of the input element. The pertinent text is
"The onselect event occurs when a user selects some text in a text field. This
attribute may be used with the INPUT and TEXTAREA elements."
Severity: normal → minor
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
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
•