[Cartoweb-dev] [Bug 1755] Edition plugin is broken with IE6/IE7

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Aug 9 11:23:26 EDT 2007


http://bugzilla.maptools.org/show_bug.cgi?id=1755





------- Additional Comments From pierre.giraud at camptocamp.com  2007-08-09 11:23 -------
(From update of attachment 211)
### Eclipse Workspace Patch 1.0
#P cartoweb3
Index: htdocs/js/dhtmlAPI.js
===================================================================
RCS file: /var/lib/cvs/projects/cw3/cartoweb3/htdocs/js/dhtmlAPI.js,v
retrieving revision 1.25
diff -u -r1.25 dhtmlAPI.js
--- htdocs/js/dhtmlAPI.js	12 Jun 2007 09:12:06 -0000	1.25
+++ htdocs/js/dhtmlAPI.js	9 Aug 2007 15:22:29 -0000
@@ -1183,7 +1183,7 @@
  * @param aDisplay display object
  */
 function DeleteVertexTool(aDisplay) {
-  xShow(aDisplay.eventPad);
+  xHide(aDisplay.eventPad);
   aDisplay.docObj.style.cursor = "auto";
   xDisableDrag(aDisplay.rootDisplayLayer);
 };
@@ -1252,7 +1252,7 @@
  * @param aDisplay display object
  */
 function AddVertexTool(aDisplay) {
-  xShow(aDisplay.eventPad);
+  xHide(aDisplay.eventPad);
   aDisplay.docObj.style.cursor = "auto";
   xDisableDrag(aDisplay.rootDisplayLayer);
 };




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Cartoweb-dev mailing list