#15362 closed defect (fixed)
FilteringSelect onChange does not fire
Reported by: | haysmark | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Dijit - Form | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See the attached test case. When you select an item from the menu, the ComboBox? prints a log message onChange, but not the FilteringSelect?.
This bug affects the codependent example here: http://dojotoolkit.org/reference-guide/1.7/dijit/form/FilteringSelect.html#codependent-filteringselect-combobox-widgets
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | onchangebug.html added |
---|
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The testcase forgot to specify idProperty as in:
new Memory({ idProperty:"name", data: store2 })
comment:2 Changed 10 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → high |
Note: See
TracTickets for help on using
tickets.
Manual test case.