Dear listers!
I have a problem about trigger event on firefox2.0, Currently I'm
using openlayers-2.5,and construct a marker like this:
var marker = new OpenLayers.Marker(lonlat);
marker1.events.register("mouseover", marker1, function(evt) {
alert("test");
Event.stop(evt); });
markers.addMarker(marker1);
when I use IE7,there is no problem,I can see the alert window,but when I use
firefox2.0,it seems like the event never fired,nothing happend on the
screen.Did anyone encounter the same problem,or it's just my code's
problem,Am I missing anything about events.Thanks for any kind of help!
Regards.
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev