Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    WARN:Button:isc_Button_0:width specified as fraction ...

    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)

    #2
    We've not seen this - do you ever see this on Windows or Mac? Possibly FF on Ubuntu with your particular setup/drivers has a bug where it provides fractional mouse coordinates.

    Comment


      #3
      I'll work on it tomorrow. I'm running in a VM, so I have to figure out how to tunnel into http://127.0.0.1:8888/Wapi.html?gwt....127.0.0.1:9997 from the Win7 side (native).

      One thing I did find out is if I change grid.setWidth(nnn) to setWidth100(), the problem went away.

      Thank you.
      Last edited by sbusch; 26 Sep 2012, 17:16.

      Comment

      Working...
      X