#1266 closed defect (fixed)
ComboBox: Dropdown re-opens on keyboard selection
Reported by: | moe | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | [email protected]…, [email protected]… | |
Blocked By: | Blocking: |
Description
To reproduce go to http://archive.dojotoolkit.org/nightly/tests/widget/test_ComboBox.html and use the first combobox (ComboBox? #1: inlined data, autocomplete=false)
- Enter the letter "a" (without quotes)
- Press the down-arrow twice ("Alaska" will be selected)
- Hit enter
Bug: "Alaska" is correctly filled into the textfield but the dropdown opens again and also displays Alaska as the only choice.
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from bill to alex |
Changed 14 years ago by
Attachment: | 1266.patch added |
---|
comment:2 Changed 14 years ago by
Cc: | [email protected]… [email protected]… added |
---|
The attached patch changes ENTER to behave like space instead of like tab per Becky Gibson (IBM).
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Changed ENTER to behave like space