changeset 814:af54733a6d48

Fix for IE8 compatibility
author Dustin Demuth <dustin@intevation.de>
date Thu, 28 May 2015 13:33:03 +0200
parents ee8cce4b4522
children 23d2204eaf7c
files app/controller/FilterResult.js
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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