Open GoogleCodeExporter opened 9 years ago
So I've tried to re-create this issue, but I'm having issues creating a
situation where this would happen. If I set the width in the box style to
something like 50 px, it never reaches that point in the code; the fixed with
variable gets set. If I don't set it to anything, the getBoxWidths_() function
returns zero's for top, bottom, left, and right, meaning it shouldn't go below
0.
If you have an example for me, please post it so I can take a look.
Original comment by brett.mc...@gmail.com
on 12 Sep 2013 at 5:23
[deleted comment]
I have the following HTML structure
<div style="display: none;" id="containerWithMap">
<div style="height: 100%; width: 100%; position: relative;" id="map_canvas_wrapper">
<div id="map_canvas" style="position: relative; overflow: hidden;">
... here comes the map...
</div>
</div>
</div>
In case the containerWithMap element is not displayed, the creation of an
InfoBox isnt working. But only in IE8 - the real one, not the IE8 mode in IE9
or IE10.
I hope this example will help you to recreate the issue.
Thx!
Original comment by Sebastia...@googlemail.com
on 24 Sep 2013 at 7:55
Original issue reported on code.google.com by
Sebastia...@googlemail.com
on 7 Aug 2013 at 3:03