Announcement

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

    Problem with RowContextClickHandler

    Hi,

    Problem on ListGrid with RowContextClickHandler :

    When i do a right clik on a empty ListGrid have got this message in devmode, it's normal ?

    00:06:06,691 [ERROR] 16:58:10.152:CXT7:WARN:ListGrid:isc_ModeleTabSelection_1_0:getCellRecord called with bad rowNum: null
    com.smartgwt.client.core.JsObject$SGWT_WARN: 16:58:10.152:CXT7:WARN:ListGrid:isc_ModeleTabSelection_1_0:getCellRecord called with bad rowNum: null
    at sun.reflect.GeneratedConstructorAccessor23.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:167)
    at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281)
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531)
    at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
    at java.lang.Thread.run(Thread.java:662)


    - Linux Fedora 15
    - Firefox 5.0
    - http://www.smartclient.com/builds/SmartGWT/3.x/LGPL/2011-07-07/smartgwt-2.5.zip
    - Gwt : 2.3.0

    Thanks.

    #2
    This warning should be safe to ignore in this case, and we've made a change which should prevent it showing up in response to right-click on an empty grid.
    The change will be present in the upcoming 2.5 release

    Comment

    Working...
    X