Search and Top Navigation
#4227 closed bug (notabug)
Opened February 25, 2009 09:08AM UTC
Closed February 25, 2009 10:08PM UTC
Last modified October 11, 2012 09:15PM UTC
not assigning other tab classes in 1.6rc6 .. no problem in rc5
Reported by: | manneke | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.tabs | Version: | 1.6rc6 |
Keywords: | assigning class to tabs | Cc: | |
Blocked by: | Blocking: |
Description
Hello,
All of a sudden the folowing stopped working when upgrading from rc5 to rc6:
$('#headertabs').tabs(
{
navClass: 'ui-tabs-nav-header',
selectedClass: 'ui-tabs-selected-header',
deselectableClass: 'ui-tabs-deselectable-header',
disabledClass: 'ui-tabs-disabled-header',
panelClass: 'ui-tabs-panel-header',
hideClass: 'ui-tabs-hide-header',
loadingClass: 'ui-tabs-loading-header'
}
);
I'm no longer able to use custom classes, so my vertical tabs and multiple classes on the same page fail and everything is displayed in the default class and not the '-header' class.
This has been removed for clarity and consistency. Themeroller will provide a way to have different styles applied to tabs by context, which is the preferred way to do it.