ghusse / jQRangeSlider

A jquery UI range selection slider that supports dates
http://ghusse.github.com/jQRangeSlider/
GNU General Public License v3.0
671 stars 147 forks source link

Change formatter bug #143

Closed Ta4i closed 11 years ago

Ta4i commented 11 years ago

When you change formatter labels are disappear. You can trigger resize to show them. But if handle is on the edge value - label does not show the value even after 'resize'.

You could try this issue here: http://jsfiddle.net/Ta4i/4FZUf/

ghusse commented 11 years ago

Weird. Thanks for the jsfiddle. I'll take a look

ghusse commented 11 years ago

Fixed in 5.5.0

Ta4i commented 11 years ago

Thanks!

You produce awesome plugin!