From: Artur Signell Date: Tue, 10 Nov 2009 09:11:24 +0000 (+0000) Subject: Merged [9689] (Reference image updates), [9693] (Windows Hosted Mode workaround fix... X-Git-Tag: 6.7.0.beta1~2316 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b9e7081a5103b2feb3e6944701f1288950e78280;p=vaadin-framework.git Merged [9689] (Reference image updates), [9693] (Windows Hosted Mode workaround fix) from 6.1 svn changeset:9695/svn branch:6.2 --- diff --git a/src/com/vaadin/terminal/gwt/client/ui/VOverlay.java b/src/com/vaadin/terminal/gwt/client/ui/VOverlay.java index fb6831e31a..43f08b6a0c 100644 --- a/src/com/vaadin/terminal/gwt/client/ui/VOverlay.java +++ b/src/com/vaadin/terminal/gwt/client/ui/VOverlay.java @@ -213,6 +213,7 @@ public class VOverlay extends PopupPanel { zIndex = DOM.getStyleAttribute(getElement(), "zIndex"); } catch (Exception ignore) { // Ignored, will cause no harm + zIndex = "1000"; } if (zIndex == null) { zIndex = "" + Z_INDEX;