Open GoogleCodeExporter opened 9 years ago
same problems here!! i will try the workaround.
Original comment by victorsotonavarro
on 4 Jul 2012 at 3:39
can you show an example of this workaround?
Original comment by victorsotonavarro
on 4 Jul 2012 at 4:00
there are 2 attachments there, see ControlSimple.java
Original comment by lex.mail...@gmail.com
on 4 Jul 2012 at 6:33
Will this bug be fixed eventually?
Original comment by jsingle...@gmail.com
on 17 Feb 2013 at 4:51
Looks like a workaround similar to this applies:
http://code.google.com/p/gwt-google-maps-v3/issues/detail?id=17
if (!GWT.isScript()) {
removeGwtObjectId(waypoint);
}
...
private native void removeGwtObjectId(JavaScriptObject jso) /*-{
delete jso['__gwt_ObjectId'];
}-*/;
Original comment by jsingle...@gmail.com
on 17 Feb 2013 at 5:22
Original issue reported on code.google.com by
lex.mail...@gmail.com
on 5 Apr 2012 at 7:51Attachments: