FilteringSelect: fires non-necessary onChange event when first load and a click on the dropdown without choose anything
dijit.form.FilteringSelect fires non-necessary onChange event when first load and a click on the dropdown without choosing anything then lost focus(abnormal); after this first fire, a second and after click-and-go sequence will not fire onChange event unless a selection has been made(correct behaviour)
Change History (7)
Description: |
modified (diff)
|
Owner: |
set to Douglas Hays
|
Summary: |
dijit.form.FilteringSelect fires non-necessary onChange event when first load and a click on the dropdown without choose anything →
FilteringSelect: fires non-necessary onChange event when first load and a click on the dropdown without choose anything
|
Milestone: |
tbd →
1.6
|
Status: |
new →
assigned
|
Version: |
1.4.2 →
1.4.3
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Component: |
Dijit →
Dijit - Form
|
I assume you mean that you open the drop down by clicking on the arrow, but then click a white part of the window to close the dropdown?
I tried http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/_autoComplete.html?testWidget=dijit.form.FilteringSelect and there's no onChange event in that case.
Can you give steps to reproduce against that file, or attach your own test file?