#3641 closed bug (notabug)
UI Tabs ui-tabs-unselect class is not set to unselected tabs.
Reported by: | RLinde | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.tabs | Version: | 1.6rc2 |
Keywords: | ui.tabs tabs ui-tabs-unselect unselect | Cc: | |
Blocked by: | Blocking: |
Description
When creating tabs there is no tab with "ui-tabs-unselect" class set. Neither this class is set during runtime. It is in opposite with documentation "Tabs theming".
Note: See
TracTickets for help on using
tickets.
The (former) "ui-tabs-unselect" class is used only for tabs that can become unselected upon click. The class is called "ui-tabs-deselectable" in newer revisions to avoid confusion. Fixed related documentation.