modaresimr / earth-api-samples

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

Earth crashes when hiding parent container in FF #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Visit the Hello Earth sample at
http://www.google.com/earth/plugin/examples/helloearth/ in Firefox
2. Type
javascript:alert(document.getElementById("map3d_container").style.display="none"
);
into the address bar
3. Type
javascript:alert(document.getElementById("map3d_container").style.display="block
");
into the address bar
4. Observe that Earth no longer shows up (Firebug reports an exception upon
hiding)

What is the expected output or behavior? What do you see instead?
Earth should be shown again

What version of the plug-in are you using? On what operating system? In
which browser?
Plugin: 4.3.9597.9390
OS: XP SP2
Browser: FF 2.0.0.16

Workarounds:
ge.getWindow().setVisibility(false); might help

Original issue reported on code.google.com by api.roman.public@gmail.com on 19 Aug 2008 at 11:19

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 20 Oct 2008 at 4:53