Skip to main content

Search and Top Navigation

#10719 closed bug (notabug)

Opened December 06, 2014 03:20PM UTC

Closed December 06, 2014 03:24PM UTC

Last modified December 09, 2014 01:54PM UTC

ui.slider: Percentage value of handle in 1.11.2 is wrong

Reported by: simeydotme Owned by:
Priority: minor Milestone: none
Component: ui.slider Version: 1.11.2
Keywords: Cc:
Blocked by: Blocking:
Description

Since upgrading to 1.11.2 I've noticed a problem since I maintain a plugin which adds pips to the slider... and the pips are now not aligning with the handles. I looked in to it and actually it seems the left: x% values changed since 1.11.2. I hope it is a bug as it was not mentioned in the changelog as a intended change.

http://jsfiddle.net/w11xjub9/1/ <-- jqueryui 1.11.1

http://jsfiddle.net/w11xjub9/ <-- jqueryui 1.11.2

in the JSFiddles I have echoed out the style attribute; you can see they are different and they get gradually more and more different down the slider.

also it is now impossible to get the "max" value with this setup, as demonstrated if you try to slide to the end.

Attachments (0)
Change History (3)

Changed December 06, 2014 03:24PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

Replying to [ticket:10719 simeydotme]:

also it is now impossible to get the "max" value with this setup, as demonstrated if you try to slide to the end.

That's because there's no valid step that will reach those values.

Changed December 06, 2014 03:35PM UTC by simeydotme comment:2

Thanks for the repsonse and sorry for incorrectly labelling as a bug :(

Its quite a big change for a minor release. :/

Changed December 09, 2014 01:54PM UTC by scottgonzalez comment:3

This likely tied to #10721.