Hi Abraham, the only empty DIV I see is the label, and it's empty because the label does not contain text.
Do you agree to the statement posted in this thread that the GWT's layout panels should be used for the overall page layout (defining the main areas of a page) and that the small layouts (widgets and so on) should be positioned with CSS? Maybe you misunderstood my posting: I also said that GWT compiles to HTML and CSS. But it produces different compilations for different browsers. In contrast, everything you put directly into the element attributes will go unchanged into the client. However, even Google states that in strict mode many panels do not work as expected, e. g. HorizontalPanel, which should be replaced by a FlowPanel where all children should float to the left (which does'nt work in some cases). The goal was "predictive layout", but it seems to be more like "trial and error", at least in some cases. Magnus -- 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/-/2wxQpkENIM4J. 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.
