jQsafi / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

initFocusHandler #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pane.find(':input,a')===>pane.find(':input,a.jspArrow')...?

Original issue reported on code.google.com by chengxue...@gmail.com on 10 Sep 2013 at 2:29

GoogleCodeExporter commented 9 years ago
No. The code is correct - it is triggered when you tab to any item within the 
scroll pane so that the pane can jump to show the focused element. The elements 
you can tab to are inputs and links...

The latest jScrollPane code (and correct place to report issues) is at:
https://github.com/vitch/jScrollPane

I think there was an update to this code there to deal with the fact that in 
newer browsers you can tab to anything with a tabindex set...

Original comment by kelvin.l...@gmail.com on 10 Sep 2013 at 2:45