Guillaume Gautreau

Results 155 comments of Guillaume Gautreau

I don't have access to IE8 right now, but can you try to add a call to `this._cacheIfNecessary()` at the beginning of `_mouseDrag` function?

If you want to set values after initialization, you have to use `values` and not `defaultValues`

Hi, 1. Don't use valueOf() on dates. 2. Use the constructor as described in the docs : https://ghusse.github.io/jQRangeSlider/documentation.html#quickStart On Tue, Nov 17, 2015 at 10:05 AM, Seamless2014 [email protected] wrote: >...

Wow. Thanks for reporting the issue. I've no idea why there is such difference. If you can investigate and fix the issue, I'll be glad to merge your correction. On...

Hi, You have to register to jQuery events on the element you want to follow, and do the detection by yourself I guess. On Tue, Oct 6, 2015 at 11:03...

Hi, For supporting drag & drop, jQRangeSlider uses mouseup, mousedown & mousemove events on handles. On Tue, Oct 6, 2015 at 11:39 AM, Suman lama [email protected] wrote: > Oh okay,...

You set the last value to 2015-08-31 00:00:00 which is the beginning of the day. Try setting the end bound to the next day and everything will work fine. On...

Do you hide the slider or is it always displayed?

Can you try to use the same component and just change its values ? You can use this code: ``` // Change bounds $("#slider").editRangeSlider("bounds", {min:newMin, max:newMax} ); $("#slider").editRangeSlider("values", {min: newMinValue,...

More questions: Do you have this error when creating the component, or when changing values? Are you creating the slider inside a hidden container (or container to be shown)?