On Mon, Mar 28, 2011 at 8:33 AM, Greg Dougherty <dougherty.greg...@mayo.edu>wrote:
> > One more thing - why are you using quirks mode? > Because I'm utterly uninterested in trying to figure out what the > dimensions of my panels should be, so I don't ever use any of the > *LayoutPanels. > > Every web app I've ever written has had its size dependent upon the > user's input. I can write a lot of code to try to figure out how big > things should be, and then resize everything appropriately, or I can > use Quirks mode and have the Panels do that for me, while I focus on > the issues that are specific to my app. > > Which do you think is a better use of my time? > > I've never seen an explanation of why the *LayoutPanels are the way > they are (just the bald statement "can't give you Swing like sizing in > Standards mode"), but even if it's a really good reason, it wouldn't > really matter. Because as long as I can simply focus my efforts on > the problems important to me, that's what I'm going to do. > > Greg > Any GWT widget should work in Standards mode. It may be interesting to see if the problem disappears in Standards mode. Also, there's the X-UA-Compatibility header for IE. Are you using that header? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.