I modified Google’s KML example to demonstrate the problem. Click the red line on this map and note that the text blows past the bottom of the infowindow. http://www.mappingsupport.com/p/demo_maps/kml_infowindow.html
The common advice is to wrap the KML <description> in a div and then set the div height. However, the following map displays the same KML file and shows a proper scroll bar when the red line is clicked. The last line of the <description> is “Last line of description”. http://maps.google.com/maps?q=https://sites.google.com/site/gmap4files/p/issues/cta.kml Obviously Google has code driving the second map that is able to sense that a scroll bar is needed on the infowindow. Is there any chance of having this capability included in the API? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.