Closed
Bug 280659
Opened 21 years ago
Closed 21 years ago
onChange event in select is not called if change made with keyboard
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 126379
People
(Reporter: ric.almeida, Assigned: bugzilla)
Details
Attachments
(1 file)
|
211 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
When visiting a page that uses onChange event in a selection list, the event is
not fired if the change is made using keyboard (tab until selection list has
focus, then up/down).
Reproducible: Always
Steps to Reproduce:
1. Open a web page that uses onChange event in a selection list (don't have any
URL it's a private intranet application)
2. Press tab until select list has focus
3. Change the option using up/down
Actual Results:
onChange isn't fired
Expected Results:
should call associated javascript code
| Reporter | ||
Comment 1•21 years ago
|
||
Simple 2 options list that trigger an alert message. When changing option with
the keyboard onChange isn't triggered...
| Reporter | ||
Comment 2•21 years ago
|
||
This is probably an issue with Mozilla suite, but I only have firefox installed
so I can't try it...
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 126379 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•