smartgwt-3.1d (09/25)
Firefox 15.0.1
Ubuntu 11.10
I have a very boring ListGrid with 3 colums. When I use the mouse to change the width of a column, below shows up in log viewer. BTW, everything works just fine.
Thanks
[ERROR] [wapi] - 18:38:02.630:TMR2:WARN:Button:isc_Button_0:width specified as fractional coordinate:208.0833282470703. Rounded to:208
com.smartgwt.client.core.JsObject$SGWT_WARN: 18:38:02.630:TMR2:WARN:Button:isc_Button_0:width specified as fractional coordinate:208.0833282470703. Rounded to:208
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:80)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
at java.lang.reflect.Constructor.newInstance(Constructor.java:539)
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.reactToMessages(BrowserChannelServer.java:292)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)
at java.lang.Thread.run(Thread.java:777)
Firefox 15.0.1
Ubuntu 11.10
I have a very boring ListGrid with 3 colums. When I use the mouse to change the width of a column, below shows up in log viewer. BTW, everything works just fine.
Thanks
[ERROR] [wapi] - 18:38:02.630:TMR2:WARN:Button:isc_Button_0:width specified as fractional coordinate:208.0833282470703. Rounded to:208
com.smartgwt.client.core.JsObject$SGWT_WARN: 18:38:02.630:TMR2:WARN:Button:isc_Button_0:width specified as fractional coordinate:208.0833282470703. Rounded to:208
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:80)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
at java.lang.reflect.Constructor.newInstance(Constructor.java:539)
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.reactToMessages(BrowserChannelServer.java:292)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)
at java.lang.Thread.run(Thread.java:777)
Comment