Search and Top Navigation
#3932 closed bug (worksforme)
Opened January 25, 2009 01:54AM UTC
Closed January 25, 2009 09:23AM UTC
Last modified October 11, 2012 09:15PM UTC
JQuery Tab
Reported by: | sgentile | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | ui.tabs | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm currently using 1.2.6 with UI 1.5.3 works fine. When I goto 1.3 or 1.3.1 with 1.6rc4 or 1.6rc5 or even 1.3 with 1.5.3 - the tabs do not display properly - the content isn't in the tabs. When I select the tab, it does bookmark down the page, but all the content is in the first page.
What I have sample (I use tabs all over the place)
$("#myTabs> ul").tabs(); <div id="myTabs"> <ul class="ui-tabs-nav"> <li><a href="#Tab1"><span>Tab1</span></a></li> </ul> <div id="Tab1"> content here </div> </div>
jQuery UI 1.5.3-1.6rc4 is only compatible with jQuery 1.2.6
jQuery UI 1.6rc5 is only compatible with jQuery 1.3
If problem persists, please reopen with a test case.