IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.55k stars 506 forks source link

Request: Click and Drag #240

Open shanytc opened 9 years ago

shanytc commented 9 years ago

Is it possible to have a boolean for click and drag? Right now you have to click someone in the time line and then again click on the handle to drag. a click & drag option would be great addition.

IonDen commented 9 years ago

Hi, not really sure what do you mean.

shanytc commented 9 years ago

Well,

Let’s say you have the slider set up like this:

single 1-132

but the grid should be like this: 5, 10 ,15, 20, 25, 30, …. until 130

but let the slider still advance from 1 till 132.

the problem with grid_num is that it tries to calculate the numbers that “should” appear between 1-132, so you will get something like this: 1, 4,9,13,…69…128

I was wondering if it is possible to supply an array that won’t be calculated, but still shows to the corresponding handle.

On May 16, 2015, at 11:23 AM, Denis Ineshin notifications@github.com wrote:

Hi, not really sure what do you mean.

— Reply to this email directly or view it on GitHub https://github.com/IonDen/ion.rangeSlider/issues/240#issuecomment-102587408.

  • Shany
IonDen commented 9 years ago

Hey, this is another question.

shanytc commented 9 years ago

AH, sorry!

please regard my last reply for 239!

for #240:

Click anywhere in the timeline -> handle jumps too possition -> but if you move the mouse the handles follows. this is the same behaviour like video editors works. so you can quickly jump to anywhere in the timeline.

click -> move mouse -> handles follows

right now, you click - handle jump -> click -> mouse move

On May 16, 2015, at 11:28 AM, Denis Ineshin notifications@github.com wrote:

Hey, this is another question.

— Reply to this email directly or view it on GitHub https://github.com/IonDen/ion.rangeSlider/issues/240#issuecomment-102589255.

  • Shany
IonDen commented 8 years ago

Feature implemented. Wait for 3.0 release.