#3292 closed defect (fixed)
[ComboBox] Backspace clears last reported value
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you empty a ComboBox? and press backspace, the last reported value gets blanked out. With focus still in the textbox, if you immediately press escape, you get a blank value instead of the old value. This is a problem because users won't know to be careful with the backspace button when they want to use escape.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [8942]) Fixes #3292. Proxy commit for haysmark. Pressing a Backspace key on an empty ComboBox? no longer does a setValue().