[fusion-commits] r1628 - branches/fusion-1.1/lib
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Fri Oct 31 09:33:48 EDT 2008
Author: madair
Date: 2008-10-31 09:33:48 -0400 (Fri, 31 Oct 2008)
New Revision: 1628
Modified:
branches/fusion-1.1/lib/CanvasTool.js
Log:
closes #135: remove zindex from canvas element because it interferes with Jx menus
Modified: branches/fusion-1.1/lib/CanvasTool.js
===================================================================
--- branches/fusion-1.1/lib/CanvasTool.js 2008-10-30 21:10:54 UTC (rev 1627)
+++ branches/fusion-1.1/lib/CanvasTool.js 2008-10-31 13:33:48 UTC (rev 1628)
@@ -90,7 +90,7 @@
this.canvas.style.height = this.height+'px';
this.canvas.width = this.width;
this.canvas.height = this.height;
- this.canvas.style.zIndex = 99;
+ //this.canvas.style.zIndex = 99;
}
More information about the fusion-commits
mailing list