-
-
Notifications
You must be signed in to change notification settings - Fork 866
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
Tooltip doesn't refresh when scaling down (resizing) a time slot in day view. #1002
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 supporting me on Patreon |
Hey, any chance you can make a stackblitz that reproduces your issue? You can fork one from any of the demos by hitting the "Edit in stackblitz" button. Thanks! |
https://stackblitz.com/edit/angular-yvt9me Create an event. |
Thanks for that! I'm still having trouble seeing the issue though, can you share a screen recording or something showing it? |
Look at the tooltip in this video. |
Ahh, I see the issue now, please give the latest version a try! 😄 |
Thank you very much for your responsiveness. |
Describe the bug
When I create a new CalendarEvent (using mouse down, drag down/up, mouse up), the tooltip doesn't refresh when I scale down the event.
Minimal reproduction of the problem with instructions
Using CustomEventTitleFormatter, in dayTooltip function, return event.meta.durationInMinutes.
Create an event, scale up => tooltip updated. Scaled down => tooltip doesn't update.
Versions
@angular/core
: 7.2.2angular-calendar
: 0.27.9The text was updated successfully, but these errors were encountered: