#7154 closed defect (fixed)
Tabcontainer strip bgColor overlays border
Reported by: | nonken | Owned by: | nonken |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.1 |
Keywords: | tabContainer, stripe, bg color | Cc: | bill |
Blocked By: | Blocking: |
Description
When setting a bgcolor on the tab stripe it overlays the border between the tabs and the content
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
This fix works but is not a perfect solution. The tabStripe (bg behind tabs) needs refactoring since when in noBoxed mode you will have some issues with left and right border if you want a tabstripe higher than 2px with 2 different colors. You will miss a left and right border
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 11 years ago by
(In [14548]) Change TabContainer? so that line separating labels from content is specified as a border on the tab labels <div> rather than the tab content <div>.
This seems to be a cleaner design in general and removes the need for the fake border gif (rolling back [14395], refs #7154), and allowing specifying a background color for the tab strip.
Only works for tundra at the moments; other theme updates to follow.
This will be followed by a number of checkins from Nikolai to do:
- add tabStrip=true/false flag
- adding spacer <div> between tab labels and tab content
- updates for nihilo and soria to match above changes to tundra
(In [14395]) added 1x1 #ccc colored gif to "fake" border between the tabs and the tab content, refs #7154