Hi, I defined a callback function for right mouse clicks like this:
map.controls.Navigation.handlers.click.callbacks.rightclick = function(evt)
{
alert('right mouse click');
}
This works perfectly for FF and IE, but in Chrome and Safari nothing
happens.
Am I doing something wrong? Is there a way to support these browsers?
Kind regards,
richard
_______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
