#16675 closed defect (fixed)
TabContainer: vertical scrollbar on container (IE10)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.5 |
Component: | Dijit | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See some of the TabContainers in test_TabContainer.html on IE10. They get a vertical scrollbar on the TabContainer.domNode, i.e. the div containing the tabs themselves plus the ContentPanes.
It stems from the overflow-y:visible added in [27031]:
.dijitTabContainer { z-index: 0; /* so z-index settings below have no effect outside of the TabContainer */ overflow-y: visible; /* prevent off-by-one-pixel errors from hiding bottom border (opposite tab labels) */ }
Change History (3)
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:8 Changed 8 years ago by
Milestone: | tbd → 1.7.5 |
---|
Note: See
TracTickets for help on using
tickets.
In [30547]: