#3932 closed bug (worksforme)
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>
Note: See
TracTickets for help on using
tickets.
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.