You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I'm working on a project in development mode using Eclipse and Chrome. The log window fills up with exceptions like this:
Caused by: com.google.gwt.dev.shell.HostedModeException: Something other than a double was returned from JSNI method '@com.google.gwt.user.client.ui.UIObject::extractLengthValue(Ljava/lang/String;)': JS value of type boolean, expected double at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:112) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeDouble(ModuleSpace.java:223) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeDouble(JavaScriptHost.java:59) at com.google.gwt.user.client.ui.UIObject.extractLengthValue(UIObject.java) at com.google.gwt.user.client.ui.UIObject.setWidth(UIObject.java:742) at com.google.gwt.user.client.ui.UIObject.setSize(UIObject.java:652) ... The basic cause seems to be a call to Window.getClientWidth()in response to a resize event, but I don't see that there's any way I could prevent it. If it only happens in development mode I suppose it's nothing more than an irritation.
Has anyone else seen this?
Chris
Thomas Broyer
unread,
Sep 13, 2012, 6:04:32 AM9/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message