smartgwt 4.1 ... latest nightly build 6/3/14
browser : IE, FF and chrome
Setting setOverflow(Overflow.VISIBLE) is throwing a parentNode null error. Changing it to auto - setOverflow(Overflow.AUTO), does not throw the error. I am using overflow visible at a lot of other places but only this one place is throwing that error so not sure what exactly is causing this issue.
It used to work fine with smartgwt 3.1. I recently upgraded to 4.1 and am seeing the error as below.
18:15:35.122:WARN:Log:element parentNode null
com.smartgwt.client.core.JsObject$SGWT_WARN: 18:15:35.122:WARN:Log:element parentNode null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
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:172)
at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:337)
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:218)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:289)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
at com.smartgwt.client.widgets.BaseWidget.setProperty(BaseWidget.java)
at com.smartgwt.client.widgets.BaseWidget.setAttribute(BaseWidget.java:738)
at com.smartgwt.client.widgets.Canvas.setOverflow(Canvas.java:3272)
Could you please let me know what is causing this error.
Thanks
browser : IE, FF and chrome
Setting setOverflow(Overflow.VISIBLE) is throwing a parentNode null error. Changing it to auto - setOverflow(Overflow.AUTO), does not throw the error. I am using overflow visible at a lot of other places but only this one place is throwing that error so not sure what exactly is causing this issue.
It used to work fine with smartgwt 3.1. I recently upgraded to 4.1 and am seeing the error as below.
18:15:35.122:WARN:Log:element parentNode null
com.smartgwt.client.core.JsObject$SGWT_WARN: 18:15:35.122:WARN:Log:element parentNode null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
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:172)
at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:337)
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:218)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:289)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
at com.smartgwt.client.widgets.BaseWidget.setProperty(BaseWidget.java)
at com.smartgwt.client.widgets.BaseWidget.setAttribute(BaseWidget.java:738)
at com.smartgwt.client.widgets.Canvas.setOverflow(Canvas.java:3272)
Could you please let me know what is causing this error.
Thanks
Comment