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

Not showing dates in Saturday column on latest version of Edge on Windows #351

Open
sjmerel opened this issue Jul 1, 2019 · 2 comments
Open

Comments

@sjmerel
Copy link

sjmerel commented Jul 1, 2019

On the latest version of Edge on Windows (Edge 44.17763.1.0, Windows 10 1809), the date numbers are not displayed in the final column (for the Saturdays).

This can be reproduced with the demo code in the package.

image

@mistrynilesh
Copy link

I am facing the same problem on the Edge(42.17134.1.0) browser. Date numbers are not displaying on Saturday column.
image

@sjmerel
Copy link
Author

sjmerel commented Nov 11, 2019

Doesn't seem like this project is being actively maintained, but I found a fix: in src/ng-datepicker/component/ng-datepicker.component.sass line 92, change the line
width: calc(100% / 7)
to
width: calc(99% / 7)
I assume because of some difference in how the widths are calculated/rounded, Edge decides the 7 days don't fit in the calculated space, and we end up with only 6 days in the week.

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

No branches or pull requests

2 participants