Skip to content

Ext 4 Drag/Drop #17

@pherris

Description

@pherris

Hi there, first off thanks for the library. I am trying to use it to replace the mouse in a drag/drop grid based on Ext 4.2.2. The issue (I believe) is that Ext creates a ghost DOM element that is dragged, however this Library is still referencing the original DOM element. When the pointer moves off of the original element, the ghost element is dropped (after a small timeout).

I believe the DOM element is set in Cursor.prototype.onElementOver (this.setElement...) - can you please help me figure out how to update Leap with the ghost version of the element after it 'grabs' the original DOM element?

If you give me a few pointers I can work on a pull request (if necessary).

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions