Announcement

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

    Problem in Tree Grid Click Handler (Probably a bugs of SmartGWT)

    Hi everyone,
    I just start to using TreeGrid, and I found some error that I can't solve by myself. I think this is maybe a bugs of SmartGWT 2.5 (I am currently using this version). The error occur in click handler, everytime I triple/four click the tree node, it will produce this error. Please someone help me to solve this problem. Thanks alot.

    Note: Here is the log from my console :
    Code:
    10:50:43.815 [ERROR] [chameleon_bee_web] 10:50:43.795:WARN:TreeGrid:isc_TreeGrid_5:getCellRecord called with bad rowNum: null
    
    com.smartgwt.client.core.JsObject$SGWT_WARN: 10:50:43.795:WARN:TreeGrid:isc_TreeGrid_5:getCellRecord called with bad rowNum: 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:157)
        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:619)
    Last edited by the.wizard; 3 Nov 2011, 17:49.

    #2
    Hello... anyone can help me? :)

    Comment


      #3
      I'm also getting the same issue on 5 clicks of the TreeNode with SmartGWT 2.5. Same description of the exception with one additional line:
      Code:
      Uncaught JavaScript exception [_5 is undefined] in http://127.0.0.1:8888/ot/sc/modules/ISC_Grids.js, line 1441

      Comment


        #4
        Originally posted by RAS
        I'm also getting the same issue on 5 clicks of the TreeNode with SmartGWT 2.5. Same description of the exception with one additional line:
        Code:
        Uncaught JavaScript exception [_5 is undefined] in http://127.0.0.1:8888/ot/sc/modules/ISC_Grids.js, line 1441
        That's it, the same error here... I think is the smartGWT bug, because it is related to some js that in smartGWT, not in our code... Sadly, even the administrator don't care about this issue...

        Comment


          #5
          All we need is a test case and version details. It's the same thing every time, as explained in the FAQ.

          Comment


            #6
            Hello Isomorphic,
            Thanks for your reply. If you want to reproduce the case, you can use the code given in the SmartGWT showcase here:
            http://www.smartclient.com/smartgwt/showcase/#tree_databinding_parentlinking.
            On 3-5 clicks on the root node, named Charles Madigen, I'm getting the error.
            SmartGWT LGPL 2.5 with Mozilla FF 3.6.x.
            Let me know if you need any other detail.

            Thanks.

            Comment


              #7
              Originally posted by RAS
              Hello Isomorphic,
              Thanks for your reply. If you want to reproduce the case, you can use the code given in the SmartGWT showcase here:
              http://www.smartclient.com/smartgwt/showcase/#tree_databinding_parentlinking.
              On 3-5 clicks on the root node, named Charles Madigen, I'm getting the error.
              SmartGWT LGPL 2.5 with Mozilla FF 3.6.x.
              Let me know if you need any other detail.

              Thanks.
              Thanks RAS... that's what I mean... it always happen when we do a fast triple or more clicks.. Hope it can be fixed...

              Regards,
              the.wizard

              Comment


                #8
                Ah, this one was fixed in nightlies of 2.5.1 about a week ago.

                Comment


                  #9
                  Originally posted by Isomorphic
                  Ah, this one was fixed in nightlies of 2.5.1 about a week ago.
                  Thanks a lot...
                  Anyway, please check this thread...
                  http://forums.smartclient.com/showthread.php?t=19460
                  I really need your help there Isomorphic...
                  Thanks a lot...

                  Regards,
                  the.wizard

                  Comment


                    #10
                    Hello Isomorphic,
                    Thanks for the reply & for the solution.

                    Comment

                    Working...
                    X