Menu/Categories SVG images not displaying in Chrome 43 on Windows
paddeee opened this issue · 6 comments
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?
+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
Happens on all Chromes. I am going to do this for now :(
html /deep/ .category-bg-wrapper {
height: 1000px !important;
}
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.
It looks this issue was fixed. But, another issue followed up probably caused by this fix.
Hi renfeng; Do you know how it was fixed? In Chrome?