#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
Owner: | set to Scott González |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 7 years ago by
Milestone: | none → 1.12.0 |
---|
Note: See
TracTickets for help on using
tickets.
In 219744ca: