Kazu46Machi / earth-api-samples

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

Ge zooms out when browser window is narrow #199

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Place a standard GE plugin on browser page sized at 100% width
2. Make the browser window very narrow by dragging a side border.
3.

What is the expected output or behavior?

The camera will zoom out in order to show the same view

What do you see instead?
When the browser window is too narrow the camera starts zooming out at a
high rate until there is only a small blue marble.

Which plugin version are you using?

5.0.11655.6079

Which browsers and operating systems are affected?
Firefox 3.0.8
MSIE 7.0.5730.13 works fine.

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

This is the positioning code I used:

    <div id="map3d_container" style="border: 1px solid #000; width: 100%;
height:100%;">
      <div id="map3d" ></div>
    </div>

Original issue reported on code.google.com by vandint...@gmail.com on 1 Apr 2009 at 9:56

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Here is another example

Plugin 5.0.11737.2027

Firefox 3.5b99
Chrome 2.0.172.31

If the height is smaller (like 400px) with width:220px it works ok.

<div id='map3d_container'
           style='border: 1px solid silver; height: 600px; width: 220px;'>
        <div id='map3d' style='height: 100%;'></div>
</div>

Original comment by Happy...@gmail.com on 12 Jun 2009 at 1:49

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 1 Jul 2009 at 4:11

GoogleCodeExporter commented 8 years ago
Bulk edit.

Original comment by api.roman.public@gmail.com on 9 Aug 2009 at 1:02