I have a google map in my application. That is located in a div section we can minimize and maximize it.
When it is minimized that time all things are working fine. The problem is when we are open the map and
doing some actions for every action onresize function which is located in googlemap.js is firiend multiple times.
When we move mouse to any button it is hiliting after some time. we set a breakpoint in onresize event then we find that always that event is firing multiple times. What can be the solution. We are using IE8,9. We have to use those only. Not Firefox nor
Chrome.
tvskumar2000
Member
63 Points
68 Posts
onresize fireing for every event
Feb 16, 2012 09:52 AM|LINK
Hi,
I have a google map in my application. That is located in a div section we can minimize and maximize it.
When it is minimized that time all things are working fine. The problem is when we are open the map and
doing some actions for every action onresize function which is located in googlemap.js is firiend multiple times.
When we move mouse to any button it is hiliting after some time. we set a breakpoint in onresize event then we find that always that event is firing multiple times. What can be the solution. We are using IE8,9. We have to use those only. Not Firefox nor Chrome.
Guide me please.
Regards
Tvs Kumar
FightAsABull
Contributor
2228 Points
424 Posts
Re: onresize fireing for every event
Feb 20, 2012 10:16 AM|LINK
Hi, please refer to this site about Google Map Events:
http://gmaps-samples-v3.googlecode.com/svn/trunk/map_events/map_events.html
tvskumar2000
Member
63 Points
68 Posts
Re: onresize fireing for every event
Feb 22, 2012 01:27 PM|LINK
Good one Friend
Thanks and best Regards
Tvs Kumar