I have a similar problem to that described in http://groups.google.com/group/google-web-toolkit/browse_thread/thread/e4c8f07e62495641/4610eb6945d5a815?lnk=gst&q=infowindow+overflow#4610eb6945d5a815.
I am displaying content in Google Maps InfoWindows using GWT, but often the content overflows below the bottom of the InfoWindow. A screen shot showing my problem is at http://dl.dropbox.com/u/30007572/InfowWindowOverflow.gif. My code is as follows: VerticalPanel infoWindowContentPanel = etc InfoWindowContent infoWindowContent = new InfoWindowContent(infoWindowContentPanel); InfoWindow infoWindow = mapWidget.getInfoWindow(); infoWindow.open(latlng, infoWindowContent); The text that is overflowing at bottom of the info window is simply a series of HTML paragraphs wrapped in a GWT HTML element which is added to the infoWindowContentPanel VerticalPanel (see above code snippet). I would appreciate any help to try and resolve this problem. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
