Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ext 4 Drag/Drop #17

Open
pherris opened this issue Jul 2, 2014 · 1 comment
Open

Ext 4 Drag/Drop #17

pherris opened this issue Jul 2, 2014 · 1 comment

Comments

@pherris
Copy link

pherris commented Jul 2, 2014

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!

@aphex
Copy link
Owner

aphex commented Jul 18, 2014

Oh man! Well I haven't gotten back to this in a while and I certainly am not a master with Ext Drag/Drop grid. I will need to setup a test project and see how this all works out.

This doesn't sound like it would be too crazy if all we need to do is swap the target out, Just gonna take some time before I can focus on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants