Closed
Bug 193994
Opened 20 years ago
Closed 20 years ago
select population behave differently if you click on an element or if you move through the elements with arrows
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 126379
People
(Reporter: federico.fissore, Assigned: jst)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210 OnChange event on select object behaves differently when using mouse click or arrow keys first select lists all departures available. selecting one makes the arrivals select re-populate. if you select an element by mouse click from the first select, second select re-populate correctly, but if you move through the first select elements by arrow keyboard, second select re-populate only after first select has lost focus Reproducible: Always Steps to Reproduce: 1. choose a departure by mouse click. you see the arrivals list repopulate 2. choose a departure by using the arrow keys. 3. if you do not switch on another element, second select DOES NOT repopulate Actual Results: arrivals select does not repopulate correctly Expected Results: onchange event should be fired even when changing is done by using arrorw keys
Comment 1•20 years ago
|
||
This is the expected behaviour *** This bug has been marked as a duplicate of 126379 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•