-
Notifications
You must be signed in to change notification settings - Fork 12
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
Divs jumping around #5
Comments
@mchendriks can you create a jsfiddle or something that I can edit live to see if I can help you. |
Hello Doug, I've tried to make a fiddle, but i'm not sure what to Here is the link: http://jsfiddle.net/mhendriks/fecbk63b/1/#&togetherjs=hDNJ3lqvCm From Fiddle I can only drag 1 div, the other ones are not coming On http://oud.digirent.nl/jqui11/examples/multidrag.html [3] Hope this helps. Groeten Matthieu Matthieu Hendriks LinkedIn: https://www.linkedin.com/in/digirent [5] http://twitter.com/#!/mc_hendriks [6]Doug Ross schreef op 2014-10-13 20:15:
Links:[1] https://github.com/mchendriks |
http://jsfiddle.net/mhendriks/fecbk63b/1/#&togetherjs=hDNJ3lqvCm But its not working as expected. |
@mchendriks thanks. I forked your jsfiddle and got the jumping div behavior: http://jsfiddle.net/javadoug/La9cqgoL/. I cannot look at it right now but I will as soon as I can. In the meantime, if you find a fix I would gladly accept a pull request. |
Great that you got the same behavior, if I'm able to fix it, I will But I'm not very good in Javascript / Plugins. Groeten MatthieuMatthieu Website:http://www.DigiRent.nl [4] http://twitter.com/#!/mc_hendriks [6]Doug Ross schreef op 2014-10-14 14:24:
Links:[1] |
Hello Doug, The draggable items should be styled position:fixed; Perhaps it is an option to make them fixed when starting to drag, for Thanks for your time. Groeten Matthieu Matthieu Hendriks LinkedIn: https://www.linkedin.com/in/digirent [5] http://twitter.com/#!/mc_hendriks [6]Doug Ross schreef op 2014-10-14 14:24:
Links:[1] |
I am having the same problem. |
I had the same issue and fixed it. I leave improved program below here.
Thanks. (function ($) {
}(jQuery)); |
@RyotaBannai Thank you for the code change suggestion. I will take a look. Did you try @mchendriks fix (style position fixed)? Did that not work? |
Thanks for paying attention to my reply ;) I've not tried @mchendriks
<https://github.com/mchendriks> solution yet, I'll.
2017-04-04 6:39 GMT-07:00 Doug Ross <[email protected]>:
… @RyotaBannai <https://github.com/RyotaBannai> Thank you for the code
change suggestion. I will take a look. Did you try @mchendriks
<https://github.com/mchendriks> fix (style position fixed)? Did that not
work?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AICg72uLA3sn6HBhR1Y4ULDv6z9Y2bm3ks5rskf8gaJpZM4CuHlQ>
.
|
I'm trying to use your plugin with jquery 1.11.1 but when I try to drag a div the other divs get a random position when a start to drag.
See a very basic example on: http://oud.digirent.nl/jqui11/examples/multidrag.html
I hope you can tell me what am I doing wrong or perhaps it is a bug in the plugin.
The text was updated successfully, but these errors were encountered: