Closed GoogleCodeExporter closed 9 years ago
Can you give some sample code? Using percentages as a height is a tricky
thing.
1) Try changing your enclosing widget to a different type. VerticalPanel is
implemented with a <table> element and might behave differently from
AbsolutePanel
which is implemented with a <div>
2) If you have a <DOCTYPE...> declaration HTML host page setting the app into
Standards mode, you might try removing the <DOCTYPE ...> declaration to put the
browser rendering engine into quirks mode.
Original comment by galgwt.reviews@gmail.com
on 20 Jul 2008 at 2:30
Thanks for the reply. Using the setWidth(String) method with a percentage
value, and a pixel value with the
setHeight(String) method, embedding the MapWidget inside a VerticalPanel has
worked fine.
Really sorry for the useless issue.
F.
Original comment by russo...@gmail.com
on 20 Jul 2008 at 4:17
Thanks for the followup. You can always try the Google-Web-Toolkit Google group
first if you are not sure an issue is a but.
Original comment by galgwt.reviews@gmail.com
on 20 Jul 2008 at 10:27
Original comment by zundel@google.com
on 21 Dec 2009 at 1:57
Original issue reported on code.google.com by
russo...@gmail.com
on 20 Jul 2008 at 1:33