Opened 13 years ago
Closed 12 years ago
#3436 closed defect (fixed)
0.9: SplitContainer works poorly in IE 6.
Reported by: | Jared Jurkiewicz | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I built a really simple testcase for using SplitContainer? while working on a demo for a dojox project and found that on IE, its layout looked horrible. It looks fine in Firefox, SeaMonkey?, and Safari.
I'm attaching on the simple test file.
It just goes in the root of your dojo-extract, as a peer to the dojo, dijit, and dojox tress.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | test_SplitContainer.html added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Milestone: | 0.9beta → 0.9 |
---|
comment:4 Changed 12 years ago by
Milestone: | 0.9 → 0.9beta |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed by [9362] (see http://trac.dojotoolkit.org/ticket/3561#comment:3)
Note: See
TracTickets for help on using
tickets.
Note that the failure seems to be related to having the padding option in the CSS. If that padding : 1em; is removed, it renders fine. With it, splitcontainer explodes.