Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#14973 closed bug (fixed)

Missing rounded corners on tabs

Reported by: m-berling Owned by: Scott González
Priority: minor Milestone: 1.12.0
Component: ui.tabs Version: 1.12.0-rc.2
Keywords: Cc:
Blocked by: Blocking:

Description

When setting $.uiBackCompat to false, the rounded corners on the top of the tabs are missing.

This might result from the default options, where the classes option contains the "ui-corner-top" assignment for the now deprecated "ui-tab" class only, but is missing this assignment for the new "ui-tabs-tab" class.

Explicitly calling

$("#id-tabs").tabs({ classes: { "ui-tabs-tab": "ui-corner-top" } });

fixes the issue.

Change History (2)

comment:1 Changed 7 years ago by Scott González

Owner: set to Scott González
Resolution: fixed
Status: newclosed

In 219744ca:

Tabs: Fix default classes option

Fixes #14973

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

Milestone: none1.12.0
Note: See TracTickets for help on using tickets.