pombreda / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Adding widget with textarea to the Map Pane. Textarea is inactive. #406

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Sounds similar to issue 246

Original comment by zundel@google.com on 27 Jul 2010 at 12:20

GoogleCodeExporter commented 9 years ago
Maps v2 API has been deprecated.

Original comment by zundel@google.com on 28 Oct 2011 at 4:01