-
-
Notifications
You must be signed in to change notification settings - Fork 870
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
Drag and drop on same day does not update time in custom title formatter #1238
Comments
Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider sponsoring me |
Hey, thanks for reporting! I'm kind of amazed this has never come up before, I will do my best to find a way of fixing it 😄 |
Please can you give |
Thank you matt! It took me a few hours to find the cause, our app wasn't working but Stackblitz example did, this fix works with |
Ahh I didn't consider that, it's because the drag and drop library uses cloneNode on the element so it won't be updated while dragging, I think I can fix it pretty easily |
Please give |
If you weren't so nice I might not be posting this! 😄 it has occurred to me twice; that a mismatch of |
Sounds more like a bug with angular itself rather than anything this library is doing, but if you can make a minimal repro on github that shows the problem then I can investigate further. Thanks! |
Describe the bug
Dragging an event on week view within the same day does not update the time shown in custom title formatter.
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-wm4ozr
Screenshots
Versions
@angular/core
: 9.1.1angular-calendar
: 0.28.8The text was updated successfully, but these errors were encountered: