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