Hi all,
 
does anybody know how to deactivate the mousewheel on IE.
 
I've tried to overwrite the templ function
 
--> mapFrame._OnMouseWheel_=function.....
 
and I also tried to add new events to my page such as
 

--> img.addEventListener("mousewheel", zoomElement, false);// IE9, Chrome, Safari, Opera 

--> img.addEventListener("DOMMouseScroll", zoomElement, false);// Firefox

--> img.attachEvent("onmousewheel", zoomElement); // Versionen<IE9

which works fine with Firefox and Opera, but not with IE 8.

 
Any Ideas are welcome!

 
 
Thanks
 
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to