Skip to content
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

Calendar Freezing and Event Disappearance in MonthView when Applying Template with ngIf Conditions #678

Open
BenKlein10 opened this issue Jun 18, 2024 · 1 comment

Comments

@BenKlein10
Copy link

BenKlein10 commented Jun 18, 2024

There is an issue with the calendar in monthview when applying a template on the monthviewEventDetailTemplate : in the day.component.ts that is used as the template, when I choose to display any visible information between a ngIf condition, when the information is displayed and I try to click on the date from a previous or next month, the calendar will freeze, swiping is still possible but no events are displayed until the swipe has been started and it disappears again once the previous month has been rendered.

In my app, if I go to another tab and come back to the calendar, it works again but a ref.detectChanges() doesn't help.

Steps to reproduce :

@cxFreeze
Copy link

same issue here :

  • happens when a condition changes in the monthviewEventDetailTemplate and the month changes at the same time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants