I'm using google sheets on ubuntu 20.04 with chrome in Version 109.0.5414.74 If I open a existing sheet or edit a new one text is not rendered correctly.
Text is not visible in google sheets
In firefox and chromium on the same machine everything works fine.
I have disabled all themes and also tried using incognito with the same error.
Am I missing some fonts or is it an graphics error. Any hints anyone who has similar issues?
Related
Whenever i search any thing on google it takes me to a different website instead of google search.
I tried all three browsers installed on my computer.
Google Chrome
Firefox
Internet Explorer
They are doing same and taking me to https://cjurl.site
I have uninstalled and reinstalled my browsers but no success.
I've tried to copy a rich text with formulas from here, but it isn't working. Google docs says "Unable to create some images", and Word 2016 just say nothing. My OS is Windows 10. I've tried different browsers (Chrome, Opera, Edge).
Google Docs wont accept pasted svg images. A work around (if you have control over your mathjax plugin) is generating those images as .png.
I didn't manage to show content on sidebar with Google App Script until I understood it wasn't working only for Chrome / OS 10.11.6...
This script: https://developers.google.com/apps-script/quickstart/docs
doesn't work on Chrome 53.0.2785.116 (64-bit), it is working well on safari.
Do you have an idea why?
I created a new doc and ran the quickstart without issue.
Chrome 53.0.2785.116 m
There is a broken link for an icon on the bottom of the sidebar. But the rest renders in chrome.
Check on both windows and osx. Both work.
I'm deploying my app and I have a dashboard implemented with Chart.js. When I tested my app in standard way, the dashboard works fine, but opening my app through a Google Chrome shortcut (within a window) the charts doesn't work. Just charts doesn't work in Chrome window mode.
The problem occurs in Windows 7, when I open the app directly from the shortcut, the charts doesn't work, but if I open the Google Chrome, and then open the app using the shortcut, the charts works fine.
Someone have an idea about that?
Thanks.
You'll need to look in the developer tools console to see if your getting any errors in your app. A fairly likely culprit is that you are including scripts within your html page. Chrome apps require that all scripts are external to your html and referenced using something like
<script src="path/to/your/script.js">
You'll have to do some DOM manipulation in your script file to add the charts to your page.
When printing pages from Google Google chrome, the print preview looks fine on screen, but the actual printed sheet has garbled characters.
I've found plenty of people that have had this same problem on screen, but none that have had the issue only on the actual printed page:
Garbage character displayed while printing web fonts from Google Chrome
I am embedding my fonts using the fonts.com api. I'm using Chrome 23.0.1271.64 on Mac OSX
Has anyone run into similar problem? Any recommendations?