Opened 11 years ago
Closed 11 years ago
#11163 closed defect (fixed)
Claro: TabContainer: left/right/menu buttons don't show up (IE6 quirks mode RTL)
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On IE6 run themeTesterQuirk.html?dir=rtl. The scroll left/scroll right/menu buttons are not visible.
Note: See
TracTickets for help on using
tickets.
(In [22194]) float:left needed for IE7, and IE8 quirks, but it breaks IE6 quirks. Fixes #11163 although it's a very fragile fix.