-
Notifications
You must be signed in to change notification settings - Fork 67
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
Elements do not correctly follow mouse when drug in scrollable context #17
Comments
Thanks for reporting this issue. It is now fixed in 2.1.1 |
Hi @rhwilr , Is this bug has been resolved? Cause i use Btw i use create it from example Thanks in advance |
Yes, it has been fixed:
Can you link to the source code, or provide an example that produces this bug? Preferably using a CodeSandbox. It might be related to the CSS you use. |
Hi @rhwilr, I am sorry this is a private project so i can't share a code. But i think this bug came cause i use BootstrapVue & ElementUI together inside a NuxtJS. So maybe the style of this library collide with their css. Thanks in advance |
@muhibbudins, I was experiencing the same ghost issue when I was setting a specific height and overflow on the nestable list class, for example:
To resolve the issue, I added a parent container and applied the css to the parent:
Hope this helps you. |
@rhwilr This is hands down the best nestable component available. Can you re-open this issue? I have the same problem and don't mind recreating the use case for you to look at. I would really like for this to be resolved. Here is a screenshot of what's happening. Let me know and I'll put it together, thanks! |
@paulm17 Sure, I'll reopen the issue. It would really help, if you could create a demo that showcases the issue. I would also happily accept a PR if you happen to find the problem. |
@rhwilr I have put up a really janky demostration over at https://codesandbox.io/s/vue-template-krymb I've essentially just ripped out what I'm doing and threw it together. But it should give you an idea of what's going on. One thing though. I'm using a forked an earlier version of your component as were some extra functionality that I needed. I haven't had the time to use your current version and see whether I need to do so again. |
@rhwilr Did you manage to find some time to look at this issue? Thanks |
I haven't had the time yet. I hope I'll get around to it by the end of the week. |
I published v2.4.5 which should fix this bug. |
Awesome, will check it out in the next couple of days and report back. |
If the Vue Nestable list lives within a scroll-able parent, when you drag an element while scrolled to the top everything behaves as expected. However once scrolled down the drug item is offset from the mouse position. I have attached a codesandbox of the Simple example in a scroll-able context for reference/reproducability.
https://codesandbox.io/s/x2zw443r7w
The text was updated successfully, but these errors were encountered: