Search and Top Navigation
#9112 closed bug (fixed)
Opened February 22, 2013 12:00PM UTC
Closed February 22, 2013 02:15PM UTC
Last modified February 22, 2013 02:15PM UTC
Spinner keeps changing after losing focus
Reported by: | koobin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.2 |
Component: | ui.spinner | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When navigating a spinner with the keyboard, if you exit the field using the [Tab] key while at the same time the [Up] or [Down] arrow keys is pressed, the spinner keeps going up or down indefinitely.
It only stops when gaining focus again, or if the form itself gets focus, or hovering over any of the little arrow icons.
It seems as if the increment event is being raised continuosly, as the value displayed grows exponentially (the more time passes, the fastest the value increases).
Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after losing focus.
Changeset: 2348fb8eb9ec1297a2588a23cf3447c5374bcb21