Kazu46Machi / earth-api-samples

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

Callbacks (event handlers, fetchKml) are broken in IE8 #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add a fetchkml() call to your page
2. load the page in IE8

What is the expected output or behavior? What do you see instead?
fetchkml() call should attempt to load the designated kml file, instead
nothing happens.

Which plugin version are you using?
4.3.11528.8566

Which browsers and operating systems are affected?
Internet Explorer 8.0.6001.18702 (release version)
Windows Vista SP1 (64 bit and 32 bit)

Same issue is seen in the Internet Explorer 8 beta within Windows 7 beta
(64 and 32 bit).

Please provide any additional information (code snippets/links) below.

examples of pages requiring workaround:
http://earth-api-samples.googlecode.com/svn/trunk/examples/kml-fetch-good.html
http://earth-api-samples.googlecode.com/svn/trunk/examples/kml-fetch-interactive
.html

Temporary workaround, put IE8 into IE7 emulation mode:

For html authors, add the following to the head of the html page

<meta http-equiv='X-UA-Compatible' content='IE=EmulateIE7' />

For the end user, click the "compatibility view" button (in the "address bar").

Original issue reported on code.google.com by isha...@gmail.com on 25 Mar 2009 at 9:47

GoogleCodeExporter commented 8 years ago
Thanks for the workaround!

Original comment by api.roman.public@gmail.com on 27 Mar 2009 at 10:24

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 16 Apr 2009 at 8:54

GoogleCodeExporter commented 8 years ago
We've fixed this internally.

Original comment by api.roman.public@gmail.com on 21 May 2009 at 10:59

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 22 May 2009 at 1:41

GoogleCodeExporter commented 8 years ago
Fixed in 5.0.11738.1858. IE8 support will be turned on soon. To test your site,
append #geplugin_browserok to the URL, i.e.:

http://code.google.com/apis/earth/#geplugin_browserok

Original comment by api.roman.public@gmail.com on 24 Jun 2009 at 12:17

GoogleCodeExporter commented 8 years ago
still doesn't work on ie8

Original comment by grzegorz...@gmail.com on 13 Jul 2009 at 5:04

GoogleCodeExporter commented 8 years ago
Hi grzegorz.suchy, which version of the plugin are you using? Also, please 
provide a
link to your demo page.

Original comment by api.roman.public@gmail.com on 13 Jul 2009 at 6:21

GoogleCodeExporter commented 8 years ago
5.0.11655.6079

Original comment by grzegorz...@gmail.com on 14 Jul 2009 at 10:11

GoogleCodeExporter commented 8 years ago
ok, i have updated to the latest version

btw, how to get notification (in JS) if there is an update?

Original comment by grzegorz...@gmail.com on 14 Jul 2009 at 10:28