Module: nagvis
Branch: master
Commit: 3ffc2ea671697924c8b775d7f73814edcc9f8480
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=3ffc2ea671697924c8b775d7f73814edcc9f8480

Author: Lars Michelsen <[email protected]>
Date:   Thu Sep 23 16:43:54 2010 +0200

Fixed z-index calculation of line hover areas

---

 share/frontend/nagvis-js/js/lines.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/frontend/nagvis-js/js/lines.js 
b/share/frontend/nagvis-js/js/lines.js
index d27dcf5..caaeac5 100644
--- a/share/frontend/nagvis-js/js/lines.js
+++ b/share/frontend/nagvis-js/js/lines.js
@@ -147,7 +147,7 @@ function drawLinkArea(objectId, lx, ly, z) {
        oImg.style.top = (ly-10)+"px";
        oImg.style.width = 10;
        oImg.style.height = 10;
-       oImg.style.zIndex = z+1;
+       oImg.style.zIndex = parseInt(z)+1;
        
        oLinkContainer.appendChild(oImg);
        oImg = null;


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to