-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Unusual Behaviour #85
Comments
Unfortunately, it's hard to say why you have this behavior. I can only help if you provide a demo on jsbin/jsfiddle/codepen or similar service. |
There you go: https://codepen.io/AdrianGzzEsc/pen/ExePXxR You can only move red ones and it will ask you to confirm the change. If you go to march it might be easier for you to test. I think it might have something to do with the rows having overflow but I hope you can guide me to make it work with that layout. Thank you very much for all your support so far |
I see 2 problems:
|
Thank you very much, it was just the added DOM element messing things up. Now I got it working as I wanted! |
I updated the codepen so you can notice another problem. ` eventDragStart: function (info) {
Since Im updating the event on the eventDragStart I cant use info.revert() on eventDrop function. So what I do its to create a copy of the object and store it in "revert" variable so I can use it later on the eventDrop. If I drag the event to different places and revert it, the second time reverting it always adds a day to the event and then the third one moves it one day. Heres a video: https://clipchamp.com/watch/HXIb1Z9uLMc |
Could you create a separate issue for this please? |
Heres a video: https://clipchamp.com/watch/WLFnXRSIkbj
Could you explain how it performs the moving action to know if I modify something important that could cause this kind of behaviour. This is not happening on the demo so If you have any idea what could cause it I will really appreciate it
The text was updated successfully, but these errors were encountered: