Von: "Berg, James" <[email protected]>
An: "MapGuide Users Mail List" <[email protected]>
Betreff: Re: [mapguide-users] deactivate the mousewheel on IE
The difference I see between the OnClick event and OnMouseWheel event is that the OnMouseWheel event isn’t declared in the <body> tag in ajaxmappane.templ.
I wonder if adding the event to that body tag would allow you override the event like OnClick. I haven’t tried it; just a guess.
From: [email protected] [mailto:[email protected]] On Behalf Of Emma Schmidt
Sent: Wednesday, May 15, 2013 8:34 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] deactivate the mousewheel on IE
Hi, I need this function for my project, just not for my overwiev map.
Thanks anyway
Gesendet: Mittwoch, 15. Mai 2013 um 15:18 Uhr
Von: "Denis Lalonde" <[email protected]>
An: "MapGuide Users Mail List" <[email protected]>
Betreff: Re: [mapguide-users] deactivate the mousewheel on IE
In ajaxmappane.templ, comment out these lines and it will ignore the mousewheel events.
// if (window.addEventListener)
// {
// window.addEventListener('DOMMouseScroll', OnMouseWheel, false);
// }
// window._onmousewheel_ = document._onmousewheel_ = OnMouseWheel;
On Wed, May 15, 2013 at 9:11 AM, Emma Schmidt <[email protected]> wrote:
Hi, i've tried to, but its not working. I don't want to change the temp file....
overwriting the OnClick funktion works fine with :
--> OverviewFrame.viewerFrame.mapFrame._OnClick_ = SetMapPosition;
but overwriting the OnMouseWheel function doesn't work with
--> OverviewFrame.viewerFrame.mapFrame._OnMouseWheel_=MouseWheelOverview;
Any ideas why?
Gesendet: Mittwoch, 15. Mai 2013 um 14:51 Uhr
Von: "Jackie Ng" <[email protected]>
An: [email protected]
Betreff: Re: [mapguide-users] deactivate the mousewheel on IE
If you want mouse wheel to do nothing, what about just rewriting the
OnMouseWheel function do nothing?
- Jackie
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/deactivate-the-mousewheel-on-IE-tp5053389p5053396.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
