Changes between Initial Version and Version 2 of Ticket #3962
- Timestamp:
- Aug 9, 2007, 8:57:25 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3962
-
Property
Status
changed from
new
toreopened
-
Property
Status
changed from
-
Ticket #3962 – Description
initial v2 1 ComboBox needs to instantiate its query. In Jared's dojox data store tests, ComboBoxes that shared the same query but had different data stores (xml and json specifically) were failing. The current code needs a slight tweak to work 100%. Here is what should be there: 2 3 {{{ 4 if(this.query==dijit.form.ComboBoxMixin.prototype.query){this.query={};} 5 }}}