#9112 closed bug (fixed)
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).
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | none → 1.10.2 |
---|
Note: See
TracTickets for help on using
tickets.
Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after losing focus.