diff app/controller/FilterResult.js @ 814:af54733a6d48

Fix for IE8 compatibility
author Dustin Demuth <dustin@intevation.de>
date Thu, 28 May 2015 13:33:03 +0200
parents 188a9faf96e0
children 426829f27b02
line wrap: on
line diff
--- 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();

http://lada.wald.intevation.org