Announcement

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

    setShowFilterEditor throws (TypeError): _9 is null exception

    GWT: 2.4
    FF: 13.0.1
    Nightly build for SmartGWT 3.1d:
    http://www.smartclient.com/builds/SmartGWT/3.1d/LGPL/2012-08-01

    Problem with:
    Code:
    ListGrid.setShowFilterEditor(true);
    It throws exception:

    Code:
    Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError): _9 is null
        at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:248)
        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:866)
        at com.smartgwt.client.widgets.grid.ListGrid.setShowFilterEditor(ListGrid.java:7094)
    See attached stand alone Eclipse project (double clicking ListGrid creates such exception).

    BR
    Marije
    Attached Files

    #2
    Hello mljolje,

    We don't seem to be seeing this in standard projects and we don't accept Eclipse projects as test cases (too many things could be wrong, too many paths to correct).

    Instead if you can show code that can be dropped into a standard SDK and reproduces the problem, that's the clearest kind of test case and easiest to check out.

    Comment


      #3
      Basically that is same code as live grid code from your showcase with list grid cell double click event handler which only calls this filter problematic line.
      Br
      Marije

      Comment


        #4
        Sorry, it may seem pedantic, but we don't follow up on prose descriptions of issues. Again, we've found through experience that these are much less likely to lead to reproducing a bug.

        Comment


          #5
          In latest nightly build this issue has been fixed.
          Thank you.
          BR
          Marije

          Comment

          Working...
          X