jQsafi/jscrollpane

initFocusHandler

GoogleCodeExporter opened this issue · 1 comments

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

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

  • Changed state: Invalid