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

Drag & drop of dialog causes jumping behavior #37

Open
Sebobo opened this issue Mar 15, 2023 · 0 comments
Open

Drag & drop of dialog causes jumping behavior #37

Sebobo opened this issue Mar 15, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Sebobo
Copy link
Owner

Sebobo commented Mar 15, 2023

Once dnd worked fine except a little flickering when the dragged clone disappeared and the original reappeared. But then it broke as suddenly the clientY values reported at the dragend event were suddenly incorrect. So I now use the drop event on the parent which provides the correct coordinates.

In safari it works fine now but in chrome the clone has some offset when start dragging, but I don't know how to influence that one. Probably some effect from another CSS thing.

@Sebobo Sebobo added the bug Something isn't working label Mar 15, 2023
@Sebobo Sebobo self-assigned this Mar 15, 2023
@Sebobo Sebobo added this to the v1 milestone Mar 15, 2023
@Sebobo Sebobo changed the title Drag & drop jumping behavior Drag & drop of dialog causes jumping behavior Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant