Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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/

  1. Drag the handle on the right side
  2. Value must be between 1 and 100
  3. Now drag the handle on the minimum value (zero)
  4. Passed value will be 1 or greater it depends on drag speed

PR: https://github.com/jquery/jquery-ui/pull/1540

Change History (2)

comment:1 Changed 8 years ago by Ablay Keldibek

Resolution: fixed
Status: newclosed

Slider: Pass 0 value if slider reaches it

Fixes #12196 Closes gh-1540

Changeset: adcc8eff431847b4897666369310cb83275a8282

comment:2 Changed 8 years ago by Scott González

Milestone: none1.12.0
Note: See TracTickets for help on using tickets.