Ticket #5544 (closed defect: fixed)

Opened 11 months ago

Last modified 10 months ago

combobox: more choices option not working

Reported by: becky Owned by: doughays
Priority: normal Milestone: 1.1
Component: Dijit Version: 1.0
Severity: normal Keywords:
Cc: becky

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

Changed 11 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(In [11979]) Fixes #5544. Fake dojo.query datastore did not set the store member of the dataObject returned

from fetch and did not work in IE6 at all since innerText returned causing ' textContent' to be executed which returned undefined.

Changed 10 months ago by bill

(In [12036]) Don't depend on dataObject (returned from store.fetch) containing a pointer to the store; That's not part of the dojo.data API. Refs #5544.

Note: See TracTickets for help on using tickets.