Closed GoogleCodeExporter closed 9 years ago
The attached JS sample replicates the problem outside of GWT.
Original comment by galgwt.reviews@gmail.com
on 6 Jun 2008 at 12:31
Attachments:
Even though this seems to be a problem with the underlying Maps API, it is
pretty simple to work around in the API. The problem also exists in the
Icon(String url) constructor.
Another manual workaround is to create the Icon using new Icon(DEFAULT_ICON)
and then
change what you want to change.
In investigating this problem I discovered two mis-named methods in Icon that I
want
to correct before it gets into widespread use:
setTransparentImageUrl --> setTransparentImageURL
getTransparentImageUrl --> getTransparentImageURL
and the Size.equals() method was broken (used the Object.equals method).
Original comment by galgwt.reviews@gmail.com
on 6 Jun 2008 at 2:21
Attachments:
Committed as r310
Original comment by galgwt.reviews@gmail.com
on 6 Jun 2008 at 3:39
Original comment by galgwt.reviews@gmail.com
on 13 Oct 2008 at 9:00
Original comment by galgwt.reviews@gmail.com
on 6 Nov 2008 at 6:42
Original comment by zundel@google.com
on 21 Dec 2009 at 1:57
Original issue reported on code.google.com by
galgwt.reviews@gmail.com
on 21 May 2008 at 12:05