Announcement

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

    Grid Error

    Hi,
    I just update my project to smartGWT3.0p for last night. I did clean up and build of my project and tried to do some testing. After clicking around I got this error on my grid that was working for before.

    I have an ExpansionMode.DETAILS grid.

    [ERROR]

    10:38:11.259 [ERROR] [download] 10:38:11.257:MUP2:WARN:Log:Error:
    ''node' is undefined'
    in http://127.0.0.1:8888/download/sc/modules/ISC_Grids.js
    at line 193

    com.smartgwt.client.core.JsObject$SGWT_WARN: 10:38:11.257:MUP2:WARN:Log:Error:
    ''node' is undefined'
    in http://127.0.0.1:8888/download/sc/modules/ISC_Grids.js
    at line 193
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    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(Unknown Source)

    [ERROR]

    #2
    BTW, this does not happen all the time. Some node will open once I click on it.

    Comment


      #3
      Actually this is happening at the group expansion. Another word I have created a grouping and on the clicking to expand the grouping I am getting this error. However, this is not happening for all group.

      Thanks,

      Comment


        #4
        We have never seen this on our end, but we have made a recent change which may be responsible for it.
        We've now added a sanity-check around the variable in question which is likely to resolve this issue for you. Try the next nightly to pick up this change.

        However it would be quite helpful for us to see a reproducible case to make sure there isn't a deeper bug here. If you would be able to put a test case together for us which demonstrates the problem we'd be very interested to see it.

        Thanks
        Isomorphic Software

        Comment


          #5
          Hi,
          I downloaded the lated this morning. However, I am still getting the same error.

          Comment


            #6
            Here is the error and the version.
            Attached Files

            Comment


              #7
              I also tried to do the same for this version.

              SmartClient Version: SC_SNAPSHOT-2012-02-20_v8.3d/PowerEdition Deployment (built 2012-02-20)

              Comment


                #8
                I am not sure how I can setup your test case. I can try to tell you what your setting look like.

                We have a grid with essentially 3 layer.

                1. Parent grouping, in our case we call it Software Discipline
                2. Software package as a list item
                3. Then the software package have a detail layer

                I can see that on some node we can expand and on some node we cannot. If we can open up a node that can open, it seem like the detail also open where this was not happening before.

                Thanks,

                Comment


                  #9
                  Can you some reply to this? Let me know if you need more information?

                  Comment


                    #10
                    Sorry for the silence - we were investigating the issue.
                    We've managed to reproduce it on our end and applied a fix. Please try the next nightly build (Feb 21 or greater)

                    Regards
                    Isomorphic Software

                    Comment

                    Working...
                    X