docs.google.com - site is not usable #115182
Labels
browser-firefox
engine-gecko
The browser uses the Gecko rendering engine
os-mac
Issues only happening on macOS.
priority-critical
trend-layout
OKR Label - issues related to graphic glitches / broken UI causing issues with the page layout
Milestone
URL: https://docs.google.com
Browser / Version: Firefox 107.0
Operating System: Mac OS X 10.15
Tested Another Browser: Yes Chrome
Problem type: Site is not usable
Description: Missing items
Steps to Reproduce:
Since FireFox 107, if you have the page Zoomed at all, the icon background images in the Google Docs or Sheets toolbar do not display. Seems CSS related, in particular:
.docs-gm .docs-material .docs-icon-img {
content: url(//ssl.gstatic.com/docs/common/material_common_sprite444_grey_medium.svg);
}
All the SVG URLs I tried here also didn't display. If you switch it to a PNG like the following, it works.
.docs-gm .docs-material .docs-icon-img {
content: url(https://i.imgur.com/rKjS2UU.png);
}
So I wonder if something in 117 with the CSS content property and zoom has broken.
Reports to Google docs product is at: https://support.google.com/docs/thread/190376478/google-docs-toolbar-icons-are-not-fully-visible-but-the-toolbar-is-in-place
View the screenshot
Browser Configuration
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: