Announcement

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

    allowButtonReselect error

    Hello, we are seeing the following error in a recent 8.2 nightly. Looks like a simple null check is needed perhaps?

    Code:
    13:26:02.974:TMR2:WARN:Log:TypeError: Cannot read property 'allowButtonReselect' of undefined
        unnamed() @
        isc.A.buttonDefaults.setSelected()
        StatefulCanvas.deselect()
        ListGrid.setSort()
        ListGrid.unsort()
        unnamed()
        [c]Class.fireCallback()
        Timer._fireTimeout()
        unnamed() @

    #2
    Thanks for the heads up. We hadn't hit this ourselves but we've added a preventitive null check. Let us know if you continue to have the problem

    Regards
    Isomorphic Software

    Comment


      #3
      Hi, I just got this as well. Looks like a second null check needed in the same code. Perhaps your first fix took care of it but if not wanted to let you know


      Code:
       Cannot call method 'buttonDeselected' of undefined
          unnamed() @
          isc.Toolbar.getPrototype.addProperties.buttonDefaults.setSelected() @ js/at_js_static.js?build=V3-0-0_GA_jobs,build1173-10-21-2012:1843:637
          StatefulCanvas.deselect()
          ListGrid.setSort()
          ListGrid.unsort()
          unnamed()
          [c]Class.fireCallback()
          Timer._fireTimeout()
          unnamed() @

      Comment


        #4
        This should be handled by the same null check (already added).

        Are you still seeing this? If so with which build?

        Comment


          #5
          No, all is good. My patch didn't catch this but sounds like yours did. I just haven't upgraded since you put your fix in place.

          Comment

          Working...
          X