#12196 closed bug (fixed)
Slider: Events provide incorrect data when the value reaches 0
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.slider | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Test link: https://jsfiddle.net/Lhqryk47/
- Drag the handle on the right side
- Value must be between 1 and 100
- Now drag the handle on the minimum value (zero)
- Passed value will be 1 or greater it depends on drag speed
Change History (2)
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 8 years ago by
Milestone: | none → 1.12.0 |
---|
Note: See
TracTickets for help on using
tickets.
Slider: Pass 0 value if slider reaches it
Fixes #12196 Closes gh-1540