[fusion-commits] r1438 - trunk/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Jul 14 14:48:52 EDT 2008


Author: madair
Date: 2008-07-14 14:48:52 -0400 (Mon, 14 Jul 2008)
New Revision: 1438

Modified:
   trunk/lib/Map.js
Log:
closes #86: explicitly set OL viewport zIndex to 0 for FF3

Modified: trunk/lib/Map.js
===================================================================
--- trunk/lib/Map.js	2008-07-07 18:11:20 UTC (rev 1437)
+++ trunk/lib/Map.js	2008-07-14 18:48:52 UTC (rev 1438)
@@ -111,6 +111,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