Hi folks, I reduce the sample <https://bitbucket.org/gardellajuanpablo/bugie7gwt/src> and upload a video to see the error: http://www.youtube.com/watch?v=mDYqlB3h6-4. In first browser (FF8) you see that the datagrid shows, then on IE7 no. But, when I refresh the datagrid is showing. Is crazy.
I use at now, at top pane RootLayoutPanel, but the *error persist. *So I think is a bug related in Datagrid and IE7 and not related to DockLayoutPanel. I define height and width. Can help me? Thanks, Juan 2011/11/17 Juan Pablo Gardella <[email protected]> > 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.
