Closed GoogleCodeExporter closed 9 years ago
I imagine it is a conflict with the code which monitors items inside the
jScrollPane
for focus so that the pane will scroll as you tab through fields and inputs
inside it...
You could try to find this line:
$('*', this).bind(
And change it to something like:
$('#an-id-that-does-not-exist', this).bind(
To see if that helps... I don't have time right now to implement a more complete
solution but let me know if that avoids the problem for you...
Original comment by kelvin.l...@gmail.com
on 12 Apr 2010 at 5:51
Great, it worked. its on line 490 if any body cant find.
Also worked on jCrop and all other plugins which we are using.
Thanks a lot.
Original comment by aamirrajpoot
on 12 Apr 2010 at 6:05
Cool. I'm going to add a setting which can disable the focus code so that you
don't
have to edit the script... I'll update this issue when I have found the time to
do it...
Original comment by kelvin.l...@gmail.com
on 12 Apr 2010 at 6:10
I have just announced the beta of a completely rewritten version of jScrollPane:
http://groups.google.com/group/jscrollpane/browse_thread/thread/c1bc1bf63e3f80d8
Please test and reply on the list if you are still having this issue,
Thanks,
Kelvin
Original comment by kelvin.l...@gmail.com
on 17 Aug 2010 at 4:19
Original issue reported on code.google.com by
aamirrajpoot
on 12 Apr 2010 at 5:42