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.
In [changeset:"219744cadf83b16251d97c682d0dc55b63028957" 219744ca]: