Mouse up event for RangeSlider?

Would it be possible to catch mouse up event for RangeSlider, a Bokeh widget?

I believe being able to catch it should be very useful because there are cases when computation being done inside on_change() callback for RangeSlider may take quite some time.

During the time you move the slider handle, the callback gets called so many times and the required computation may not be able to catch up the high frequency of the updates. The mouse up event should be good time for, then, the computation can only take place at the moment.

I also posted the same question at:

Thank you

Hi,

I have answered on Stack Overflow.

Thanks,

Bryan

ยทยทยท

On Oct 25, 2017, at 06:41, Sijun Cho <[email protected]> wrote:

Would it be possible to catch mouse up event for RangeSlider, a Bokeh widget?

I believe being able to catch it should be very useful because there are cases when computation being done inside on_change() callback for RangeSlider may take quite some time.

During the time you move the slider handle, the callback gets called so many times and the required computation may not be able to catch up the high frequency of the updates. The mouse up event should be good time for, then, the computation can only take place at the moment.

I also posted the same question at:

Mouse up event for RangeSlider of Bokeh? - Stack Overflow

Thank you

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" 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].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/8e7f3b6c-3adc-4779-9a51-c8e50ca0130c%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.