Author:   Lars Michelsen <[email protected]>
Date:     Tue Apr 26 21:02:22 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Tue Apr 26 21:02:22 2011 +0200

Fixed IE events which were suppressed by edit code

---

 TODO                                |    1 -
 share/frontend/nagvis-js/js/edit.js |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO
index 3477cd5..54a7df4 100644
--- a/TODO
+++ b/TODO
@@ -35,7 +35,6 @@ Linien (Auch für neue Automap wichtig!):
 *** Kleinkram ***
 
 - Submit Form im IE, z.B. von add/modify funktioniert nicht
-- Header-Menus sind IE manchmal zu breit (Füllen den Schirm voll aus)
 
 *** Add/Modify Redesign ***
 
diff --git a/share/frontend/nagvis-js/js/edit.js 
b/share/frontend/nagvis-js/js/edit.js
index e7a8793..8af4a8b 100644
--- a/share/frontend/nagvis-js/js/edit.js
+++ b/share/frontend/nagvis-js/js/edit.js
@@ -478,12 +478,12 @@ if (window.addEventListener) {
   document.documentElement.onmousemove  = function(e) {
     dragObject(e);
     addFollowing(e);
-    return false;
+    return true;
   };
 
   document.documentElement.onclick = function(e) {
     addClick(e);
-    return false;
+    return true;
   };
 }
 


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to