Closed
Bug 291741
Opened 20 years ago
Closed 20 years ago
Keyboard SelectedIndex Stuck: When Repopulating Select-one Options, Keyboard Selection of Previously Selected Index Not Triggering OnChange
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mozbugs, Unassigned)
Details
Attachments
(1 file)
|
3.06 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2) Using my keyboard, I can select and repopulate the select element multiple times, if I'm careful to select an option with a different selected index. Reproducible: Always Steps to Reproduce: 0. See Attachment 1. Use your Keyboard 2. Select Five 3. Observe Onchange Triggered Message 4. Select 4 5. Observe Onchange Triggered Message 6. Select Four 7. Observe No Onchange Triggered Message Actual Results: Selecting "Four" didn't trigger the message display Expected Results: Selecting "Four" should have triggered the message display
| Reporter | ||
Comment 1•20 years ago
|
||
Assignee: events → nobody
Component: Event Handling → Layout: Form Controls
QA Contact: ian → layout.form-controls
Comment 2•20 years ago
|
||
This works for me in a current trunk build. I tab to the combobox, arrow down to "5", hit enter, to select, arrow down to "Four", hit enter to select, arrow down to "4", hit enter to select. I get the message every time. David, do you see the problem in a trunk build?
| Reporter | ||
Comment 3•20 years ago
|
||
Thanks again, Boris. WORKSFORME on Deer Park RC.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•