Can you disable the slider keyboard events?
I've put a slider on a page. This page uses the right and left arrow keys for a predefined function. When sliding, the handle is left selected, so when right or left are pressed, the slider moves as well. I've tried using preventDefault() and blurring the handle, but neither work.