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

Bug: not properly committing when migrating between scrollable containers #735

Closed
ddenev opened this issue Oct 5, 2023 · 0 comments · Fixed by #740
Closed

Bug: not properly committing when migrating between scrollable containers #735

ddenev opened this issue Oct 5, 2023 · 0 comments · Fixed by #740
Labels
bug Something isn't working

Comments

@ddenev
Copy link

ddenev commented Oct 5, 2023

Video of the behavour:

05.10.2023_08.53.34_REC.mp4

When dragging an element from one scrollable container to another scrollable container, the dragged element is covered by the elements in the receiving container on release. The reason seems to be that the dropped element somehow persists the position: absolute CSS property in the receiving container.

If I make the containers shorter, i.e. non-scrollable, then the dragged element is properly placed in the container.

@ddenev ddenev changed the title Bug: not committing when migrating between scrollable containers Bug: not properly committing when migrating between scrollable containers Oct 5, 2023
@jalal246 jalal246 added the bug Something isn't working label Oct 5, 2023
@jalal246 jalal246 linked a pull request Oct 7, 2023 that will close this issue
@ddenev ddenev closed this as completed Oct 10, 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

Successfully merging a pull request may close this issue.

2 participants