-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Reorder ion-items sometimes blocked together #7522
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
Comments
Forgot the link, here you go: https://drive.google.com/a/drifthack.com/file/d/0B7Xofj71-_MbbkV3OGZKSTVSanc/view?usp=sharing |
@danbucholtz I am aware of this issue, thanks for creating an issue. |
in case these two issues are related, this fixes the one I opened. |
Ok looked into it again, the above fix didn't actually fix the problem just some syptoms. I managed to fix both the 'blocked together' and the 'wrong index' bug now. for changes see: master...estyles:master |
Please create the PR! I will look into it! it might not be the best solution, but you are getting close. Please submit it!! |
@estyles I am working in a new algorithm for reorder list that fixes this issue and improves the performance |
@manucorporat Can we go ahead and pull this in if it works? If not, I can make my own PR with a fix that solved both problems. |
Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. Thank you for using Ionic! |
Sometimes, when I am trying to perform a re-order, my
ion-items
get "grouped" together and I cannot drop at a certain index. See the video here for the recreation. I am able to recreate this using the basic e2e test for re-order.Thanks,
Dan
The text was updated successfully, but these errors were encountered: