ajayagarwal1567 / earth-api-samples

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

addEventListener to mouse events during fetchKml cause a crash in the plugin #830

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

While I am loading kmz files , if I add event listener to the the mouse events 
(e.g. mousemove event) there is a crash in the plugin, and I receive the 
following error: "There was a problem with the google earth plugin. Please try 
reloading the page." 
I am using IE9 , the plugin version is 6.2.0.5788

I would appreciate any help.

Thanks
Ayala

Original issue reported on code.google.com by aya...@gmail.com on 16 Aug 2012 at 3:37

GoogleCodeExporter commented 9 years ago
I ran into a similar issue. I noticed the problem is occurring in a random 
fashion when:
 - calling fetchKml
 - plugin re-sizing or DOM update (new node, innerHTML, etc...) at the same time

I never really isolated what causes the crash except for the DOM updates 
mentioned above.
I never found a proper workaround to this bug.

Original comment by xtas...@gmail.com on 27 Sep 2012 at 12:31