[fusion-commits] r1439 - branches/fusion-1.0/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Jul 14 14:51:23 EDT 2008


Author: madair
Date: 2008-07-14 14:51:22 -0400 (Mon, 14 Jul 2008)
New Revision: 1439

Modified:
   branches/fusion-1.0/lib/Map.js
Log:
re #86: explicitly set OL viewport zIndex to 0 for FF3 - patch applied to 1.0 branch

Modified: branches/fusion-1.0/lib/Map.js
===================================================================
--- branches/fusion-1.0/lib/Map.js	2008-07-14 18:48:52 UTC (rev 1438)
+++ branches/fusion-1.0/lib/Map.js	2008-07-14 18:51:22 UTC (rev 1439)
@@ -99,6 +99,7 @@
         }
         
         this.oMapOL.viewPortDiv.style.position = 'absolute';  //not the top level container so set it to absolute
+        this.oMapOL.viewPortDiv.style.zIndex = 0;   //must explicitly set the z-index for FF3
         
         //add in the handler for mouse wheel actions
         var useMouseWheel = true;



More information about the fusion-commits mailing list