Re: StackPanel child not rendering in IE7 quirks

2010-04-08 Thread Hamlet D'Arcy
Yes, I am using StackLayoutPanel already. I meant StackLayoutPanel. On Apr 7, 5:03 pm, kozura koz...@gmail.com wrote: You should be using aStackLayoutPanelif you're using DockLayoutPanels. Otherwise your issue may be similar to

StackPanel child not rendering in IE7 quirks

2010-04-07 Thread Hamlet D'Arcy
Has anyone ever seen something like this before: I have a StackPanel in my application. On IE7 only, The first time I start my application in Tomcat, and navigate to the application in the browser, then the contents of the first stack panel renders correctly. If I hit refresh then the panel is

Re: StackPanel child not rendering in IE7 quirks

2010-04-07 Thread Hamlet D'Arcy
The problem only occurs when a DockLayoutPanel is within the StackPanel. Does anyone know of issues with mixing StackPanel and DockLayoutPanel? On Apr 7, 9:32 am, Hamlet D'Arcy hamlet...@gmail.com wrote: Has anyone ever seen something like this before: I have a StackPanel in my application.

Re: StackPanel child not rendering in IE7 quirks

2010-04-07 Thread kozura
You should be using a StackLayoutPanel if you're using DockLayoutPanels. Otherwise your issue may be similar to this: http://code.google.com/p/google-web-toolkit/issues/detail?id=4694 On Apr 7, 2:34 am, Hamlet D'Arcy hamlet...@gmail.com wrote: The problem only occurs when a DockLayoutPanel is