]> source.dussan.org Git - vaadin-framework.git/commitdiff
Merged [9689] (Reference image updates), [9693] (Windows Hosted Mode workaround fix...
authorArtur Signell <artur.signell@itmill.com>
Tue, 10 Nov 2009 09:11:24 +0000 (09:11 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 10 Nov 2009 09:11:24 +0000 (09:11 +0000)
svn changeset:9695/svn branch:6.2

src/com/vaadin/terminal/gwt/client/ui/VOverlay.java

index fb6831e31a176605218c975e606a5d44aa5dd1b4..43f08b6a0c2e9d4680ad34cbf0238d91de0f4969 100644 (file)
@@ -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;