Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#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.

Change History (2)

comment:1 Changed 14 years ago by klaus.hartl

Resolution: invalid
Status: newclosed

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.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.