Search and Top Navigation
#9231 closed bug (notabug)
Opened April 16, 2013 02:46PM UTC
Closed April 16, 2013 03:02PM UTC
Last modified April 16, 2013 03:26PM UTC
The change event, on the spinner not working properly
Reported by: | vecio88 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.spinner | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The change event applied to the widget spinner, performs the operations triggered by the event only when the spinner loses focus, instead of triggering the event when the contents of the spinner changes
That's the definition of the change event. You probably want the stop event.