This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-grid-list is broken in Safari #1927
Comments
+1 seems like not all position properties are calculated in Safari for md-grid-tile elements. |
Closed
+1 -- would love to see the fix go in soon. |
@depoll |
Found this was caused by a missing trailing brace in calc css string which mean that safari wouldn't apply it. Just submitted a pull request with a fix for this. |
Fixed with 33049cf |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
All the simple md-grid-list demos don't work on Safari. Just open the following:
https://material.angularjs.org/#/demo/material.components.gridList
It happens on iOS and desktop alike. Desktop is better.
It is currently blocking my app development since I was counting on it and the only thing that i didn't check was this one... have you tested the grid list under safari at all? I have seen several issues but I can't seem to find a solution.
Thank you !
E.
The text was updated successfully, but these errors were encountered: