[OpenLayers-Dev] mouseenter event on a marker not working

nachoab nachoab at gmail.com
Tue Nov 23 08:09:37 EST 2010


Hi, is there any problem with the mouseenter event on a marker ? I'm trying
this:

marker.events.register('mouseenter', marker,
this.marker.hover.bind(this,info));

and its not working.

with mouseover it works fine

marker.events.register('mouseover', marker,
this.marker.hover.bind(this,info));


-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/mouseenter-event-on-a-marker-not-working-tp5766529p5766529.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.


More information about the Dev mailing list