#9231 closed bug (notabug)
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
Change History (2)
comment:1 follow-up: 2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Replying to scott.gonzalez:
That's the definition of the change event. You probably want the stop event.
thanks
Note: See
TracTickets for help on using
tickets.
That's the definition of the change event. You probably want the stop event.