Opened 10 years ago
Closed 10 years ago
#9338 closed bug (fixed)
Spinner: problem with stepUp and stepDown
Reported by: | sojuz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.spinner | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When You fast click on the button with the stepUp or steDown action the step increases twice.
Here is an example: http://jsfiddle.net/M9D5Q/
Change History (1)
comment:1 Changed 10 years ago by
Milestone: | none → 1.10.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
What you really mean is repeatedly calling
stepUp()
orstepDown()
; this has nothing to do with fast clicks.Anyway, this was fixed in 1.10.0. Please test in the latest version (currently 1.10.3) before reporting future bugs.