Closed GoogleCodeExporter closed 9 years ago
Original comment by ecc%google.com@gtempaccount.com
on 24 Jul 2008 at 5:06
http://groups.google.com/group/Google-Web-Toolkit-Contributors/t/bf21378aa838382
e
I thought it could be a bug in GWT 1.5 RC1 re getting the bounding box of
elements;
tested today with r3302 and I still have the problem (at least on FF3)
Original comment by t.broyer
on 25 Jul 2008 at 9:15
Fixed in r827.
Original comment by fredsa
on 26 Jul 2008 at 4:49
I have exactly the same problem with the latest version (fixed?) of
gwt-incubator and
GWT 1.5 RC2 when showing a dialogBox and the glasspanel. For the moment, the
only
"hack" I found to encounter the problem is to disable the timer from the
GlassPanel.
Is the timer really neccessary ? Isn't the resizeListener sufficient to set the
glasspanel size on windows resizing ?
Original comment by rudy.k...@gmail.com
on 18 Aug 2008 at 10:08
If by "latest version" you mean a JAR from the "downloads" section, then the fix
isn't there. I've been told by my team that r827 correctly fixes this issue,
though I
haven't yet checked by myself.
And yes, the timer is needed in case the page size changes (page size, not
window
size!). For example, we're using a popup search dialog, with search results
shown
below the criterias form; when there are many results, the dialog becomes
taller than
the previous page height, and you want the GlassPanel to cover the whole page,
not
only the size before it resized.
Original comment by t.broyer
on 18 Aug 2008 at 10:42
See comment #3 above. This is indeed fixed in r287.
http://code.google.com/p/google-web-toolkit-incubator/issues/detail?id=129#c3
Original comment by fredsa
on 18 Aug 2008 at 1:53
Original issue reported on code.google.com by
t.broyer
on 17 Jul 2008 at 3:42