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 big problem because it makes our app look like crap in IE 6 and it's completely opaque to the developer. It overrides any width that we set in Java and we can't find where it's happening. Since it's browser specific we figure it must be some kind of compilation rule for IE6. Is anyone familiar with this problem? Any tips on overriding this behavior? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
