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

list type fields drag and drop sorting bug #1002

Closed
phideas opened this issue Feb 28, 2017 · 7 comments
Closed

list type fields drag and drop sorting bug #1002

phideas opened this issue Feb 28, 2017 · 7 comments
Assignees
Labels

Comments

@phideas
Copy link

phideas commented Feb 28, 2017

created a custom modular page with list items in blueprint.

when dragging list item, all the items below are dragged too.
please take a look at Screenshot
to see the weird behavior.

it would be nice if anybode could replicate and confirm.

@chriseaton
Copy link

chriseaton commented Mar 4, 2017

I can confirm this as well. It can become unwieldy when lots of items are added.

@rhukster
Copy link
Member

rhukster commented Mar 5, 2017

This is a known UI bug. If you collapse all the sections, dragging works fine.

@phideas
Copy link
Author

phideas commented Mar 6, 2017

Thanks for the response. Actually you can see in the screnshot that all the sections are collapsed and the dragging is still buggy.

@rhukster
Copy link
Member

rhukster commented Mar 6, 2017

Hmm.. only buggy for me when i tried it expanded. It's only Chrome right? This is actually a bug with the draggables library we are using. We're going to check if its been updated and sorted.

@w00fz
Copy link
Member

w00fz commented Mar 6, 2017

I think when we were looking at yours, Andy, was also collapsed.

I know this issue and yes when the item is collapsed and you try to drag it, the ghost that follows the mouse is expanded and looks broken.
If you drag an expanded item no problem.
This is a chrome rendering issue relative to overflow hidden and drag and drop.

@phideas
Copy link
Author

phideas commented Mar 6, 2017

Checked in Chrome and FF. You are right. Only Chrome is affected. In Firefox dragging works correctly.

@w00fz w00fz closed this as completed in f63fd51 Mar 8, 2017
@w00fz
Copy link
Member

w00fz commented Mar 8, 2017

Thanks for confirming that, I know worked around the rendering bug and it will work the same in Chrome.

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

No branches or pull requests

4 participants