Re: IE 6 specific layout problems for DockLayoutPanel

2009-12-30 Thread Jim Douglas
Does IE6 support standards mode properly? I just used DockLayoutPanel for the first time today; I noticed this warning: http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/DockLayoutPanel.html "This widget will only work in standards mode, which requires that t

Re: IE 6 specific layout problems for DockLayoutPanel

2009-12-30 Thread ryan
To answer my own question: GWT was taking the right margin of the element and subtracting this from the width of it's container and then setting this as the width in the inline style. This seems to not be specific to DockLayoutPanel but it is specific to IE6. So for example, our uibinder xml look

IE 6 specific layout problems for DockLayoutPanel

2009-12-30 Thread ryan
When viewing our GWT application in IE 6, we've noticed some weird behavior for the children of a DockLayoutPanel. The width of the immediate children of the DockLayoutPanel (the ones in north, south, east, west) gets set explicitly by GWT no matter what you do. This only happens in IE6. It's a b