Announcement

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

    Tree error while dragging nodes

    SmartClient Version: v9.1p_2014-06-14/PowerEdition Development Only (built 2014-06-14)

    browser Chrome, Safari, Firefox on Mac OSX
    IE11 on Win7

    please open a '_Trees_Dragging' sample from the showcase, and try dragging a node.
    You'll see a 'Uncaught RangeError: Maximum call stack size exceeded'

    #2
    Thanks for pointing this out - this had been found and fixed for 10.0 for while, and the fix will be present in 9.1 builds starting tomorrow.

    Comment


      #3
      Hello,

      Is that build available? We are also facing that problem but it still happens in SmartClient_v91p_2014-06-17 build

      To be more precise, it happens when this.Super("willAcceptDrop", arguments) is called from TreeGrid.willAcceptDrop()... so it won't happen if super class method is not called but that is not recommended according your documentation

      Thanks
      Last edited by opty; 18 Jun 2014, 05:54.

      Comment


        #4
        SmartClient Version: v9.1p_2014-06-19/PowerEdition Development Only (built 2014-06-19)

        verified, thanks

        Comment

        Working...
        X