[Lada-commits] [PATCH 2 of 4] Fix for IE8 compatibility

Wald Commits scm-commit at wald.intevation.org
Fri May 29 08:24:17 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1432812783 -7200
# Node ID af54733a6d48b30cb89acd88010e3cefefe7b08d
# Parent  ee8cce4b45222591821a6d67043a0fe94b0f95b7
Fix for IE8 compatibility

diff -r ee8cce4b4522 -r af54733a6d48 app/controller/FilterResult.js
--- a/app/controller/FilterResult.js	Thu May 28 11:06:13 2015 +0200
+++ b/app/controller/FilterResult.js	Thu May 28 13:33:03 2015 +0200
@@ -66,7 +66,8 @@
         }
         if (winname){
             var win = Ext.create(winname, {
-                record: record
+                record: record,
+                style: 'z-index: -1;' //Fixes an Issue where windows could not be created in IE8
              });
             win.show();
             win.initData();


More information about the Lada-commits mailing list