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.
_______________________________________________
Dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Reply via email to