Opened 12 years ago
Closed 12 years ago
#11153 closed defect (fixed)
Claro/RTL: TabContainer: close button not visible IE7 or IE quirks high contrast
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The close button is not visible when themeTester.html?dir=rtl is run on IE7 or themeTeststerQuirk.html?dir=rtl run on IE, presumably due to this weird rule in claro/layout/TabContainer_rtl.css
:
.dj_ie7 .claro .dijitTabRtl .dijitTabCloseText, .dj_iequirks .claro .dijitTabRtl .dijitTabCloseText { width: 0; height: 0; overflow: hidden; float: left; }
Change History (2)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Summary: | Claro: TabContainer: close button not visible IE7 or IE quirks high contrast → Claro/RTL: TabContainer: close button not visible IE7 or IE quirks high contrast |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [22187]) Fix a number of TabContainer issues related to close icon:
The main change was to make the close icon a sibling of the label, rather than nested inside of the closeButton span. This avoids browser bugs on webkit and IE. Also stopped using an <img> tag to display the icon since that has issues with the title/alt attributes on IE6/7.