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

Event overflowing Day on Month View in Internet Explorer #501

Closed
JonDosmann opened this issue Apr 13, 2018 · 2 comments · Fixed by #589
Closed

Event overflowing Day on Month View in Internet Explorer #501

JonDosmann opened this issue Apr 13, 2018 · 2 comments · Fixed by #589

Comments

@JonDosmann
Copy link

I'm submitting a ...

[X] Bug report 
[ ] Feature request
[ ] Support request => Please do not submit a support request here, please ask on https://stackoverflow.com/

Bug description

When running the calendar in IE, anytime you have more events than can fit on a single line, it over flows the day box.
Pic: https://i.imgur.com/GUQW0be.png

Minimal reproduction of the problem with instructions

Open the plunker in IE
https://plnkr.co/edit/V0NP3Jr56c7THFtfqmt7?p=preview
Click Add New 11+ times on a single day.
Observe overflow.

Versions

Angular: 5 (latest)

Calendar library:
0.23.6

Browser name and version:
Internet Explorer 11.309

@JonDosmann
Copy link
Author

I should note that I did find a work around:
.cal-month-view .cal-day-cell { display: block !important; }

@mattlewis92
Copy link
Owner

Thanks for the suggested fix, I will make sure that's incorporated into the next version 😄

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

Successfully merging a pull request may close this issue.

2 participants