Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

followOnSelect not working when tab is selected by id #9

Closed
GoogleCodeExporter opened this issue Jan 7, 2016 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Fixed in latest version

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

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant