-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Reordering nested list #1480
Comments
Hey cgarnier, can you reproduce this in an example we can see and tinker around in, something like codepen.io? |
Hey perry! Here a codepen. http://codepen.io/cgarnier/pen/bjhdk You can see that when you try to reorder, the moving item is not under te cursor. The shift seams to be the number of items above. |
Ok i found a way to make it work. But it s not clean. The bugs are there:
listEl is not the correct list. (You can get the good one by browsing parents and choose the first list)
I fixed with:
But it's ugly.
|
Ahh, thanks for the example. I see what you're talking about. Feel free to submit a pull request, or we'll take a look at it soon. |
Greetings! Due to this issue's age and inactivity, it has been closed. If you are still experiencing this issue, please feel free to reopen it so we may assist you. Thank you for allowing me to assist you. |
Hi, does this problem have working solution ? I have the same problem, but I can't fix it... |
It s a beta6 issue. It doesnt been fixed yet ? I dont remenber but i think the fix i proposed below was working. |
No, I still have that problem with ionic 1.7.14. |
@perrygovier may be you could re open this issue. |
@perrygovier I'm also interested in this - could you reopen? |
Same here, I have troubles to reoder nested list |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. 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. |
When you put a ion-list in an ion-item (which is in a other list). The reorodoring have a bad behavior. The most inner items position is calculated with the main list, so the dragging item have a wrong position.
The text was updated successfully, but these errors were encountered: