#10034 closed defect (fixed)
GridContainer causes TabContainer button defect in IE6
Reported by: | Shane O'Sullivan | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dojox | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When a dijit.layout.TabContainer? is contained in a dojox.layout.GridContainer? and viewed in IE6, the tab buttons all take up 100% of the width of the TabContainer?.
This is caused by the CSS rule:
.gridContainer * {
zoom: 1;
}
Is this rule required for something? I'm attaching a test case and a patch.
Attachments (2)
Change History (6)
Changed 11 years ago by
Attachment: | GridContainerAndTabsTestPage.html added |
---|
Changed 11 years ago by
Attachment: | dojox.layout.GridContainer_TabContainer.patch added |
---|
Patch that implements this fix
comment:1 Changed 11 years ago by
(In [20504]) Refs #10034 Removes CSS zoom rule, which causes the TabContainer? to display incorrectly in Internet Explorer
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
(In [22062]) fix display of claro NumberSpinner? on FF and webkit in quirks mode (it was much too tall, 100% of the containing ComboBox), refs #10034
Note: See
TracTickets for help on using
tickets.
Test file that shows this error occurring