It looks like the change event only fires when you stop moving the slider.
It looks like if I use the input event instead of the change event it may
work the way you want. I am not anywhere I can test this right now though.
If you edit the $:/plugin/inmysocks/rangewidget/range.js tiddler and
replace the lines
$tw.utils.addEventListeners(this.inputDomNode,[
{name: "change", handlerObject: this, handlerMethod:
"handleChangeEvent"}
]);
with
$tw.utils.addEventListeners(this.inputDomNode,[
{name: "input", handlerObject: this, handlerMethod:
"handleChangeEvent"}
]);
then save and reload your wiki it may work.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/f039411f-f329-40bc-85e4-5de4e3107f11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.