Found in Release:
Detailed description:
I'v tried adding widget to pane:
MapPane pane = map.getPane(MapPaneType.FLOAT_PANE);
Point p = map.convertLatLngToDivPixel(point);
pane.add(widget, p.getX() + fromPoint, p.getY() + fromPoint);
markerPanes.add(widget);
Widget contains "<g:TextArea" />" tag. But user can't write any text in.
Workaround if you have one:
Links to the relevant GWT Developer Forum posts:
Original issue reported on code.google.com by arturs.b...@gmail.com on 27 Jul 2010 at 11:48
Original issue reported on code.google.com by
arturs.b...@gmail.com
on 27 Jul 2010 at 11:48