[OpenLayers-Dev] firefox events problem
li ethan
ethan919 at gmail.com
Thu Dec 20 03:07:54 EST 2007
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-dev/attachments/20071220/9cbff365/attachment.html
More information about the Dev
mailing list