UI Tabs... weird behaviour after upgrade from 1.7.3 to 1.8.10
Hi everyone
I've just upgraded a project from jQuery UI 1.7.3 to 1.8.10
Everything seemed to work perfectly apart from a slight change in behaviour when using UI tabs with content loaded through AJAX.
When selecting a different tab for the first time since page load, the user viewport gets scrolled up to just underneath the tab bar.
When selecting a different tab that has already been loaded once, the viewport stays where it is.
Here's a test site which should demonstrate what I mean... http://thenetzone.co.uk/fail/tabs_fail.php
The tabs are located at the base of the page.
Also I've added some links at the top which will use a different jQuery UI version... so you can contrast the behaviour from v1.7.3 to 1.8.10
Anyone got any ideas what's going on here?
Also getting a strange double-load effect when using 1.8.x despite only a single AJAX request being made according to firebug.
Cheers, B