Search and Top Navigation
#4817 closed bug (worksforme)
Opened August 30, 2009 12:12PM UTC
Closed September 01, 2009 12:56AM UTC
Last modified October 11, 2012 09:15PM UTC
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 (4)
Changed September 01, 2009 12:56AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed September 12, 2009 12:23AM UTC by comment:2
Replying to [comment:1 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
Changed September 12, 2009 12:37AM UTC by comment:3
Nevermind. Found my problem. :D Forgot to change the IDs of the fragments...
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
Please attach a test case if you can reproduce the problem.