On the last two nightly builds from: 2010-09-24 and 2010-09-27 there is a bug. On several widgets that prevent correct initialization.
I've found that this concerns a least: SubmitItem and SectionItem.
Some warning that show up when trying to display form:
All of that finishes with this error:
I've found that this concerns a least: SubmitItem and SectionItem.
Some warning that show up when trying to display form:
Code:
19:12:06.215:MUP1:WARN:SubmitItem:isc_SubmitItem_1:CanvasItem: isc_SubmitItem_0 defined with no canvas property - creating a default canvas for this item.
com.smartgwt.client.core.JsObject$SGWT_WARN: 19:12:06.215:MUP1:WARN:SubmitItem:isc_SubmitItem_1:CanvasItem: isc_SubmitItem_0 defined with no canvas property - creating a default canvas for this item.
at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
...
Code:
19:12:06.338:MUP1:WARN:SectionItem:isc_SectionItem_1:CanvasItem: isc_SectionItem_0 defined with no canvas property - creating a default canvas for this item.
com.smartgwt.client.core.JsObject$SGWT_WARN: 19:12:06.338:MUP1:WARN:SectionItem:isc_SectionItem_1:CanvasItem: isc_SectionItem_0 defined with no canvas property - creating a default canvas for this item.
at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105)
at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
at com.google.gwt.dev.shell.BrowserChannel.reactToMessagesWhileWaitingForReturn(BrowserChannel.java:1714)
...
Code:
Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (TypeError): this.canvas.setExpanded is not a function
Comment