The best way to explore the DOM with IE7 is to open the app with IE8, press F12, click on Browser Mode and select IE7. Then you can use this "Developer Tool" panel to explore the DOM.
I was able to recreate the problem in IE7 and I notice that 2 nested divs have a height of 21px. Setting their height manually to 100% solves the problem, but I don't know why their height is 21px to begin with. My guess is that you are hitting this bug. There is a relatively easy workaround that I have verified to work in my applications, you might want to give it a shot: http://code.google.com/p/google-web-toolkit/issues/detail?id=5245 (Very nice chess app by the way!) Cheers, Philippe -- 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.
