Closed GoogleCodeExporter closed 9 years ago
This is a side-effect of a (fixed) issue in GWT1.4_RC1:
http://code.google.com/p/google-web-toolkit/issues/detail?id=1231
To work-around it you can set the ModalDialog's position to absolute before
showing it:
ModalDialog dialog = new ModalDialog();
DomUtil.setStyleAttribute(dialog, "position", "absolute");
dialog.show();
This workaround should not be necessary in RC2.
Original comment by mat.ges...@gmail.com
on 2 Aug 2007 at 2:23
Original issue reported on code.google.com by
alexande...@gmail.com
on 31 Jul 2007 at 3:08