Possible bug in soliloquy.js disables arrow keys site wide in text inputs
-
Hi there,
This is affecting all input boxes on my site, for example comment forms, and I think it’s caused by this bit of your JavaScript (37 is left arrow key):
if(U.keyCode==37){N(U);return false}
My guess is it’s intended to disable arrow keys in your slider but is actually disabling them in other places too, like input boxes.
Wonderful if you could check this when you get a moment. Thanks
- The topic ‘Possible bug in soliloquy.js disables arrow keys site wide in text inputs’ is closed to new replies.