jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree jqxTree Drag and Drop bug

Tagged: , , ,

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 12 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxTree Drag and Drop bug #23033

    Stub0r
    Member

    Hi,

    I think I found a bug in the jqxTree / jqxDragdrop. This is reproducable in the demo (jQQWidgets/jqxTree/Drag and Drop) in all browsers.

    The tree item “Forum” is supposed to be disabled:

    $('#treeB').jqxTree({ allowDrag: true, allowDrop: true, height: '300px', width: '220px', theme: theme,
    dragEnd: function (item, dropItem, args, dropPosition, tree) {
    if (item.label == "Forum")
    return false;
    }
    });

    However, this can be bypassed when you drag the item some inches below the tree (without hovering over nodes). Then, no drop indicator appears and the item “Forum” is dropped successfully on the tree.

    With debugging I found out, that the dragEnd function simply doesn’t get invoked. Is there a way around this?

    Best regards,
    Stub0r

    jqxTree Drag and Drop bug #23075

    Dimitar
    Participant

    Hello Stub0r,

    Thank you for your feedback. We have created a work item and will fix the reported issue as soon as possible.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.