Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

md-grid-list is broken in Safari #1927

Closed
delad77 opened this issue Mar 16, 2015 · 7 comments
Closed

md-grid-list is broken in Safari #1927

delad77 opened this issue Mar 16, 2015 · 7 comments
Assignees
Milestone

Comments

@delad77
Copy link

delad77 commented Mar 16, 2015

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.

@mwymann
Copy link

mwymann commented Mar 17, 2015

+1

seems like not all position properties are calculated in Safari for md-grid-tile elements.
Comparing to Chrome Browser the left and margin-top property are missing.

@JulianWielga
Copy link
Contributor

4572e80

@depoll
Copy link

depoll commented Mar 19, 2015

+1 -- would love to see the fix go in soon.

@bonatoc
Copy link

bonatoc commented Mar 20, 2015

@depoll
If you're in ahurry, you can manually fix this in :
JulianWielga@4572e80

@amay0048
Copy link

amay0048 commented Apr 4, 2015

Replicated
screen shot 2015-04-04 at 9 18 25 pm

@amay0048
Copy link

amay0048 commented Apr 4, 2015

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.

@ThomasBurleson
Copy link
Contributor

Fixed with 33049cf

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

No branches or pull requests

8 participants