#6381 closed defect (fixed)
Set FilteringSelect .item properly when selecting a value via keyboard
Reported by: | wolfram | Owned by: | wolfram |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit - Form | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
problem reproduce
- go to http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_FilteringSelect.html
- in "state list 3" select Wyoming (no matter how)
- remove the "g" at the end
- type the "g" to make the name complete
- dijit.byId("state3").item is null :-(
the input-field "Value:" is properly set, but not the item property of the widget ...
Change History (2)
comment:1 Changed 14 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.
Fixed by [13258]