-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Changed GetClosestMethod to find item with the nearest edge instead o… #182
Changed GetClosestMethod to find item with the nearest edge instead o… #182
Conversation
…f the one with the nearest upper left corner. This fixes my use case in which the items were nested
Oh.. this won't work if the contents of the list item are larger than the outer list item... Though this situation is pretty weird lol |
I guess ideal approach would be to just handle nested items directly, and not allow the inner ones? |
@faeriedust Can you create an example for this? Would be much easier to debug and find a solution. Thx |
I gave example in #181, though not coded out. |
Actually I will try |
https://github.com/faeriedust/GongWPFDemo The master branch illustrates the bug when you try to move a job to below task F. (It won't let you.) |
@faeriedust Thx for the sample to reproduce the issue, it helps me to find out what's going wrong! And this issue should be fixed with f877268 |
@faeriedust Oh yeah, I take your PR for #188 Big THX! |
Glad it helped. :D |
…f the one with the nearest upper left corner. This fixes my use case in which the items were nested