First of all, thanks for jquery tools!
When the "keyboard" setting is enabled for scrollable, other input fields (ie. input, textarea) on the page loose the ability to move their text cursor with the left/right arrow keys.
To reproduce, instantiate a scrollable. "keyboard" is enabled by default. Then place an input field anywhere on the page.
Perhaps it would be best to disable scrollable's keyboard functionality when an input field has the focus? Or maybe disable "keyboard" setting by default?
The easy workaround/fix was to simply set the "keyboard" to false when instantiating scrollable.
Thanks!
When the "keyboard" setting is enabled for scrollable, other input fields (ie. input, textarea) on the page loose the ability to move their text cursor with the left/right arrow keys.
To reproduce, instantiate a scrollable. "keyboard" is enabled by default. Then place an input field anywhere on the page.
Perhaps it would be best to disable scrollable's keyboard functionality when an input field has the focus? Or maybe disable "keyboard" setting by default?
The easy workaround/fix was to simply set the "keyboard" to false when instantiating scrollable.
Thanks!
