#4817 closed bug (worksforme)
More than 1 tab panel on a page broken
Reported by: | tommyhp2 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.tabs | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I found a bug with the tabbed panels. When you have more than 1 tabbed panels, only the 1st tabbed panel works. The other tabbed navigation will activate the 1st tabbed panel. (Note: multiple accordions on the same page works fine.)
$("#tabs").tabs( { /* disabled: [1, 2], */ cache : true, collapsible : false, event : 'click', fx : { opacity : 'toggle' }, selected : 0, spinner : 'Retrieving data...' });
$("#tabs2").tabs( { /* disabled: [1, 2], */ cache : true, collapsible : false, event : 'click', fx : { opacity : 'toggle' }, selected : 0, spinner : 'Retrieving data...' });
Attachments (1)
Change History (5)
comment:1 follow-up: 2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Replying to scott.gonzalez:
Please attach a test case if you can reproduce the problem.
Please see attachment for the test case. The attached page is a sample layout that I intend to use in some of my pages.
Thanks, Tommy
comment:3 Changed 13 years ago by
Nevermind. Found my problem. :D Forgot to change the IDs of the fragments...
Please attach a test case if you can reproduce the problem.