sky10205 / jquery-ui-tabs-paging

Automatically exported from code.google.com/p/jquery-ui-tabs-paging
0 stars 0 forks source link

followOnSelect not working when tab is selected by id #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open enough tabs to cause them to scroll to a second page.
2. Select a tab that is hidden on the first page in javascript via the panel id 
(not the tab index, as the paging script assumes).

What is the expected output? What do you see instead?
The selected tab should be scrolled into view. However, the new tab is selected 
but not scrolled into view in the tab strip.

What version of the product are you using? On what operating system?

Please provide any additional information below.
See the example of selecting a tab by id here:
http://jqueryui.com/demos/tabs/#...immediately_select_a_just_added_tab
The paging script assumes a tab is selected by index, however jquery tabs ui 
allows tabs to be selected by panel id (the id of the div for that tab), which 
breaks the followOnSelect feature.

BTW, thanks for the useful paging features!

Original issue reported on code.google.com by aceonl...@gmail.com on 14 Sep 2011 at 5:23

GoogleCodeExporter commented 9 years ago
Fixed in latest version

Original comment by brian.se...@gmail.com on 22 Jul 2012 at 5:25

GoogleCodeExporter commented 9 years ago

Original comment by brian.se...@gmail.com on 22 Jul 2012 at 5:25