#5064 closed defect (fixed)
FilteringSelect onChange fires when Page Loads
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you add an onChange event to a FilteringSelect?, it will fire when the page loads.
I am using 1.0.0 from CDN.
It behaves the same in FF2 and IE7.
It doesn't seem to happen with other form dijits.
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | dojotest_cdn_onchange.htm added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | General → Dijit |
---|---|
Milestone: | → 1.0.1 |
Owner: | changed from anonymous to Douglas Hays |
Thanks for the testcase!
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [11475]) Fixes #5064 for 1.1. Changed FilteringSelect? to understand priorityChange boolean on setValue. Changed setValue to fire onChange if no priorityChange flag is specified to handle user actions. Changed unit tests to display onChange event results for better visual testing. Changed internal setValue calls to specify priorityChange boolean to differeniate from user setValue calls.
comment:4 Changed 12 years ago by
comment:5 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
OnChange? in FilteringSelect? Test