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

Overflow bug while dragging an item upwards in a grid #242

Closed
InterAl opened this issue Jul 13, 2017 · 1 comment
Closed

Overflow bug while dragging an item upwards in a grid #242

InterAl opened this issue Jul 13, 2017 · 1 comment

Comments

@InterAl
Copy link

InterAl commented Jul 13, 2017

The bug can be seen in your examples website:

http://clauderic.github.io/react-sortable-hoc/#/basic-configuration/grid?_k=pa2nzs

Try dragging an element from the second row to the first row.

The first row, while dragging into it, contains 4 elements instead of 3.

After dropping, the container re-adjusts and the first line contains 3 elements as before.

image

InterAl added a commit to InterAl/react-sortable-hoc that referenced this issue Jul 13, 2017
InterAl added a commit to InterAl/react-sortable-hoc that referenced this issue Aug 1, 2017
@clauderic
Copy link
Owner

Fixed in #479

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