cybersthang / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

ExtInfoWindow height increases with each zoom in or out #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

I found a Bug on the ExtInfoWindow.

See:

http://gmaps-utility-library-
dev.googlecode.com/svn/trunk/extinfowindow/examples/simpleExample.html

First. Open the Marker Window. 
Then zoom in/out the map. The Marker Window addet per one klick the height 
more then
10px. 

I Found this bug under:

Microsoft Windows XP SP3.0
Mozilla Firefox: 3.0.7
IE 6.0 & 7.0
Google Crome 1.0.154.48

Thanks

M.Nicoletti

Original issue reported on code.google.com by BrianNor...@gmail.com on 14 Dec 2009 at 4:42

GoogleCodeExporter commented 8 years ago
just reposted this as it was on the end of a previous closed issue. I can 
confirm the 
same issue on FF3.5.5, IE7,8 and chrome.

Ive tried editing the redraw method (which seems to be called on a zoom) so 
that it 
calls resize first but it doesnt seem to make any difference.

Original comment by BrianNor...@gmail.com on 14 Dec 2009 at 4:44

GoogleCodeExporter commented 8 years ago
in redraw
    var contentHeight = this.contentDiv_.offsetHeight;
offsetHeight includes border height.
Changed now to use clientHeight

Original comment by jgarfi...@earthlink.net on 3 Feb 2010 at 1:57

GoogleCodeExporter commented 8 years ago

Original comment by douglass...@earthlink.net on 18 May 2010 at 10:18