Hi,

I replace the view from:

<g:VerticalPanel addStyleNames='mainPanel'>
<g:DockLayoutPanel unit="PX" addStyleNames="{style.grid}" >
<g:center>
<c:DataGrid ui:field="resultTable" />
</g:center>
</g:DockLayoutPanel>
</g:VerticalPanel>

to:

<g:VerticalPanel addStyleNames='mainPanel'>
<g:DockLayoutPanel unit="PX" addStyleNames="{style.grid}" >
<g:center>
<g:Label text="Hi"></g:Label>
</g:center>
</g:DockLayoutPanel>
</g:VerticalPanel>

And the label is showing in IE7, so I assume that DockLayoutPanel is not
the problem. So, Why datagrid is don't showing in IE7 and yes in other
browser (inclusive IE9)?. I will simplify the sample to reproduce the error.

I try setting height and width but don't work on IE7.

Thanks for your time,
Juan



2011/11/17 Thomas Broyer <[email protected]>

> As a quick and easy test, try setting an explicit height *and* width. If
> it indeed is the issue, then you'll have to either live with it, or put
> your DockLayoutPanel within a ProvidesResize widget (because
> DockLayoutPanel RequiresResize), possibly a ResizeLayoutPanel.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/8prxbbqdeR8J.
>
> 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.
>

-- 
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.

Reply via email to