Closed
Bug 353968
Opened 18 years ago
Closed 18 years ago
when using arrow keys, onchange does not work in select box
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 126379
People
(Reporter: sebbelx, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
When a selectbox (with one row visible) is focused, the onchange event does not work when the arrow keys are used.
Reproducible: Always
Steps to Reproduce:
1. open html document with selectbox and an onchange event
2. focus it
3. use arrow keys
Actual Results:
nothing happens until you use your mouse to select a value.
Expected Results:
the onchange event should be executed.
Comment 1•18 years ago
|
||
*** This bug has been marked as a duplicate of 126379 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•