Closed GoogleCodeExporter closed 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
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
Original comment by douglass...@earthlink.net
on 18 May 2010 at 10:18
Original issue reported on code.google.com by
BrianNor...@gmail.com
on 14 Dec 2009 at 4:42