asroboy / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

mouseover and mouseout event listeners for MarkerClusterer don't have access to default event object in FireFox #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1.created mouseover and mouseout event listeners for MarkerClusterer
2.tried accessing default event object in listeners ERROR:event undefined 
3.but it's accessible in chrome

Expected result:
google.maps.Event needs to be accessible in mouseover and out listeners

Actual result:
google.maps.Event is not accessible in  mouseover and out listener in case of 
FireFox

Version: 
FF 12.0
Browser / Operating System:
Ubuntu 11.04

Additional comments:
[Enter any additional comments about the bug here.]

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by babravahan@gmail.com on 7 Jun 2012 at 8:24