ghusse / jQRangeSlider

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

Labels fade, but what about if hovered upon, and on change? #53

Open Braunson opened 11 years ago

Braunson commented 11 years ago

Using jQDateRangeSlider

Can make the labels fade by default within the plugin, but am trying to make them not fade if hovered up, i.e. let's say hovered upon to change the input value of the slider, and then on hover off to fade out like normal.

Any suggestions?

ghusse commented 11 years ago

I just discovered this bug on recent versions, and I'm on it !

Braunson commented 11 years ago

Excellent! =D

ghusse commented 11 years ago

I just released jQRangeSlider 4.2.3, fixing this issue. You can find it in downloads section.

Braunson commented 11 years ago

Thank you very much!!

Braunson commented 11 years ago

I've updated this and it doesn't seem to be fixed? I mode the slider and it fades in, then I click on the label and it shows an editable cursor and inputbox but it fades out even when my mouse is on it... I can provide an example link for you?

i.e. the labels appear but do not fade out after change.. they're always there?

ghusse commented 11 years ago

Ok, sorry. I was fixing a bug about this option but it was not exactly this one. I'll take a look.

ghusse commented 11 years ago

About that, it's not supported for the moment. If you want to use the edit slider, don't hide labels.

I'll work on it, but the solution is not obvious.

Braunson commented 11 years ago

Thanks, will be keeping an eye on this thread.