Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Menu/Categories SVG images not displaying in Chrome 43 on Windows #30

Open
paddeee opened this issue Jul 1, 2015 · 6 comments
Open

Comments

@paddeee
Copy link

paddeee commented Jul 1, 2015

The containers of the SVG images on the Categories page are calculating a height of 0 resulting in SVGs not being displayed in Windows. Seems OK in Chrome 43 on OS X.

Maybe a Chrome bug?

@renfeng
Copy link

renfeng commented Jul 13, 2015

+1

SVG displays on Firefox ESR 24.8.1 (and other versions), not Chrome (latest, Version 43.0.2357.132 m)

Reproduced on both Windows 7 and Linux Mint Rebecca

@klidifia
Copy link

Happens on all Chromes. I am going to do this for now :(

html /deep/ .category-bg-wrapper {
height: 1000px !important;
}

@paddeee
Copy link
Author

paddeee commented Jul 23, 2015

Aah, nice workaround klidifia.

You're correct, as soon as I updated to Chrome 43 on OS X the same issue arose. Not sure whether it relates to this discussion or not https://code.google.com/p/chromium/issues/detail?id=479548 but will stick with your workaround for now.

@renfeng
Copy link

renfeng commented Aug 12, 2015

It looks this issue was fixed. But, another issue followed up probably caused by this fix.

#32

@klidifia
Copy link

Hi renfeng; Do you know how it was fixed? In Chrome?

@renfeng
Copy link

renfeng commented Aug 12, 2015

The fix was not in here. It must be somewhere else, either in Polymer or Chrome.

I reverted my Topeka to the date before this issue was raised. The problem doesn't reproduce.

...I'd rather to have this issue open instead of #32...

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

No branches or pull requests

3 participants