Skip to main content

Search and Top Navigation

#14973 closed bug (fixed)

Opened May 18, 2016 12:59PM UTC

Closed May 25, 2016 11:46AM UTC

Last modified May 25, 2016 11:46AM UTC

Missing rounded corners on tabs

Reported by: m-berling Owned by: scottgonzalez
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.

Attachments (0)
Change History (2)

Changed May 25, 2016 11:46AM UTC by scottgonzalez comment:1

owner: → scottgonzalez
resolution: → fixed
status: newclosed

In [changeset:"219744cadf83b16251d97c682d0dc55b63028957" 219744ca]:

#!CommitTicketReference repository="" revision="219744cadf83b16251d97c682d0dc55b63028957"
Tabs: Fix default  option

Fixes #14973

Changed May 25, 2016 11:46AM UTC by scottgonzalez comment:2

milestone: none1.12.0