Skip to main content

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

Attachments (0)
Change History (2)

Changed April 16, 2013 03:02PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

That's the definition of the change event. You probably want the stop event.

Changed April 16, 2013 03:26PM UTC by vecio88 comment:2

Replying to [comment:1 scott.gonzalez]:

That's the definition of the change event. You probably want the stop event.

thanks