Comboboxes with different data stores fail.
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:
if(this.query==dijit.form.ComboBoxMixin.prototype.query){this.query={};}
Change History (4)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
Component: |
Dijit →
Dijit - Form
|
(In [9938]) Fixes #3962. Proxy commit for haysmark. ComboBox? instantiates its query object.