I managed to fix this by changing some absolute positioning styling I
had. It looks like this is caused by absolutely positioned elements
like a main body div. GWT sets the height of the glass panel in CSS to
the height it think the body is, but it's wrong since the absolutely
positioned elements can extend beyond what Chrome thinks is the end of
the body (you can see what it thinks using the developer tools). By
removing the absolute positioned, I was able to get Chrome to see the
full height of the body and now the glass panel reacts correctly
according to this. I believe there is still an issue with the glass
panel though in GWT 2.0.3 though as it doesn't work out the correct
height under the conditions described.


On May 18, 9:56 am, ChrisK <[email protected]> wrote:
> I'm using GWT 2.0.3 and the latest dev Chrome (v6). I have a site with
> a piece of header HTML set to position:fixed but with the main body
> scrolling. The scroll bar is down the whole site, not just the body -
> the body scrolls underneath the header part. When I create a DialogBox
> with glassEnabled=true, if I scroll the base of the glass panel is
> exposed as the panel is not resized/redrawn correctly. The same code
> works fine in FF3.6, IE7 and IE8.
>
> Any ideas? I don't want to change the layout of the site at all. Is
> this just a GWT bug?
>
> --
> 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 
> athttp://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