ajayagarwal1567 / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
0 stars 0 forks source link

Mouse Control Events seem to be Cached when ignored #681

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Capture mouse events from the globe
2. In the event handlers: Based on a boolean value call event.preventDefault 
and event.stopPropogation()
3. Double click etc... on the globe which should not move (which is what you 
should expect)
3. swap the boolean and mouse over the app.

What is the expected output or behavior? What do you see instead?
It seems like the last 2 mouse events before switching the boolean happen on 
the globe and cause navigation events but do not get to the event handlers.

Which plugin version are you using?
6.0.3.2197

Which browsers and operating systems are affected?
IE9 on Windows 7 64bit and Windows XP (possibly others)

Original issue reported on code.google.com by IForOneW...@gmail.com on 7 Oct 2011 at 5:39

GoogleCodeExporter commented 9 years ago
Attaching code example using C# VS2008. Double Click on map after it loads and 
then mouse over or mouse down and the map will zoom for no reason after closing 
popup

Original comment by IForOneW...@gmail.com on 19 Oct 2011 at 4:11

Attachments:

GoogleCodeExporter commented 9 years ago
Should note that this happens most often when using Modal popups as is 
demonstrated in the attached example. Possibly a strange interaction between 
the .NET libraries and the API

Original comment by IForOneW...@gmail.com on 26 Apr 2012 at 1:55