Sunday, December 2, 2012

Re: Dialog Box Appears Behind Another Widget

Hi,
I've had the same issue with gwt-openLayers and DialogBox.
The solution I've found was to force the dialogBox z-Index to a high value:

final DialogBox box = new DialogBox();
box.getElement().getStyle().setProperty("zIndex", "9999");

It has worked for me.

François

Le lundi 15 décembre 2008 22:26:26 UTC+1, WebDude a écrit :
I'm using the gwt-OpenLayers plug-in.  In Firefox and Chrome, any
DialogBoxes appear beneath the Map widget.  It makes things a little
tricky for modal dialogs.  In Hosted mode and IE it works fine.

I've dried modifying the zIndex of the dialogs and the map to force
the dialogs to appear on top.  I am unable to get the dialogs to be in
front.

Any ideas on how to get the dialogs on top?

Thanks

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/B0G5aliV3NYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment