enjalot/Inlet

use or integrate scrubby

Opened this issue · 4 comments

I am working on creating the scrubby effect for value sliding, as the slider is broken in chrome now:

https://github.com/georules/Inlet/tree/scrubbyeffect

the way scrubby is coded doesn't lend itself to integration. I am currently having problems avoiding text from getting highlighted when you move the mouse around too much.

Click and hold and slide x to change the value, do so slowly to see what currently works.

are you still trying this since you fixed the input?

are you just trying to get the scrubber to work or the whole system? I don't think modifying the user's code is a good idea at the Inlet level

Well, I thought it might be nice to use a different UI method than input type="range" since range isn't supported the same in all browsers (firefox being the worst).

I'm a little confused by the second question; colorpicker changes color values, number slider changes numbers in the user's code. (editor.replaceRange)

This could still be an interesting addition to the library. Allowing users to directly scrub numbers rather than use the slider might be preferable for some users of this library