Opened 8 years ago
Last modified 4 years ago
#17236 open defect
[patch] ComboBox does not _refreshState on text input
Reported by: | dbsalgad | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | Dijit - Form | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A ComboBox?'s validate(), and by extension state change, is fired in these ways: pressing the Enter key, onBlur, option selected in drop down list.
The ComboBox? does not fire a state change simply by typing in it, but it should since it behaves like a ValidationTextBox?. The reason for this is due to _SearchMixin::_processInput() not calling _refreshState.
Thanks! David
Change History (4)
comment:1 Changed 8 years ago by
Component: | General → Dijit - Form |
---|---|
Owner: | set to Douglas Hays |
Status: | new → assigned |
comment:2 Changed 7 years ago by
Owner: | Douglas Hays deleted |
---|---|
Status: | assigned → open |
comment:3 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Summary: | ComboBox does not _refreshState on text input → [patch] ComboBox does not _refreshState on text input |
comment:4 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.