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

On move, item rendering way farther to the right #109

Open
CaptainOfTheSky opened this issue Nov 22, 2016 · 3 comments
Open

On move, item rendering way farther to the right #109

CaptainOfTheSky opened this issue Nov 22, 2016 · 3 comments

Comments

@CaptainOfTheSky
Copy link

CaptainOfTheSky commented Nov 22, 2016

When I move my items, they appear about 300px to the right and 100 px above where my cursor is

@s603273854
Copy link

I also have the same problem

@naveendb92
Copy link

Even I face the same issue. Found any solution ?

@CaptainOfTheSky
Copy link
Author

I've realized the issue is because the code isn't taking into account that the containing div might not be the left most on the page. Even on the demo site if you edit the containing row to have a left margin, it starts glitching. I can't figure out how to fix it though, if someone wants to take a look. Think it has something to do with the mousedown function, it's setting the clone to the coordinates of the mouse relative to the page, not to the containing div.

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

3 participants