#5544 closed defect (fixed)
combobox: more choices option not working
Reported by: | Becky Gibson | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | Becky Gibson | |
Blocked By: | Blocking: |
Description
The first combobox on dijit/tests/form/test_ComboBox.html has an option for "More Choices". Click on the arrow associated with that combobox. A list of states through Massachusetts is listed followed by an entry marked "More Choices". Click on More Choices and nothing happens - there is a data store error.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [11979]) Fixes #5544. Fake dojo.query datastore did not set the store member of the dataObject returned
to be executed which returned undefined.