#3966 closed defect (fixed)
ComboBox: error on Enter key
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To reproduce:
- Click inside a ComboBox?
- Add a character
- Press Enter.
The Enter key will try to get the currently highlighted option, but the menu doesn't exist yet so you get an error.
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9940]) Fixes #3966. Proxy commit for haysmark. Check for popupWidget creation before setting the popup value.