#10661 closed defect (invalid)
Spinner does not trigger onChange event in some cases
Reported by: | silwol | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The NumberSpinner? has the up and down arrows on the right side which allow adjusting it's value. The value can also be adjusted using the mouse wheel. When either of the two methods is used, no onChange event is triggered, although I think the event should be expected.
Change History (3)
comment:1 Changed 11 years ago by
Component: | General → Dijit |
---|---|
Owner: | changed from anonymous to Douglas Hays |
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
The onChange event fires as soon as you blur the widget. If you want all intermediate values, set intermediateChanges=true