Left/Right Arrow Keys "Bound" to Slider
-
I’ve found that the Soliloquy lite slider was disabling the left and right arrow keys page-wide.
Even when the focus is in an input box of a (slide-down) contact form, the arrow keys (keydown of keyCode 37 & 39) continue to change to the previous or next slide. They will not traverse the input box text, and that makes it unusable.
I commented-out lines 321 through 339 of your javascript and refreshed the page but the problem persists.
I’m thinking that the browser’s (FF 43) arrow keys are behaving as a touch or swipe to the slider, but I don’t know this for sure.
In any event, this behavior must be prevented whenever focus is on any other DOM element, especially input and text boxes because handicapped people are often keyboard dependent, and need the use of the arrow keys to navigate input fields!
This site is running on a development sever so I can’t provide a link to it.
Thanks for any help that you can provide!
- The topic ‘Left/Right Arrow Keys "Bound" to Slider’ is closed to new replies.