Graphics bugs on google spread Sheets - google-chrome

My google spread sheet started to look like this (pic), looks like it just happenig on Microsoft edge and it only dissapears when i close and open a new tab.
Google_SS_Visual
It is not edited, it turns worse when i scroll.

I try to test the issue on the MS Edge Version 88.0.705.50 and found that Google spreadsheets work fine.
Please see my test result here.
If you are using an older version of the Edge browser then try to test the issue with the latest stable version.
For testing purposes, try to disable the Use hardware acceleration when available option under edge://settings/system. See whether it helps to fix this issue.

Related

Plotly double-click unzoom not working for me

Double click does not work for me to unzoom a Plotly plot.
I have tried Firefox, Chrome, Edge and Opera on my Windows 10 PC.
This applies across all Plot.ly demo sites, including R-based ones and Python based ones and others.
It fails 100% of the time.
It also fails from the code I am developing using R both at the distributed version and at ‘4.8.0.9000’.
Yet, double-click works fine for me on sites using other libraries including Dygraph, and also on the following test site: https://unixpapa.com/js/testmouse.html
I know that Plotly double-clock unzoom works for others, so I tried it on an Android phone using the Puffin browser in trackpad mode, which provides a double click capability, and it DOES WORK for me there.
So I know that the basic capability is there. Why exactly it is not working on my PC, I have no idea. It is a Logitech M705 mouse. I tried various Windows mouse speed settings and they made no difference. As I mentioned, double click works ok with other JavaScript libraries and mouse click test sites.
I see that previous reports have been made of timing sensitivity in the double-click detection code. Perhaps my environment just happens to reproduce the problem nicely? If this seems plausible, I would be more than happy to gather any evidence that would be useful.
Any help appreciated.
(I previously posted here: https://community.plot.ly/t/double-click-unzoom-not-working-for-me-at-all/17286)

Gyroscope doesn't work on Chrome

after multiple search, I can not find the answer, so I appeal to your knowledge. Since the last Chrome update on android, I can not use my gyroscope on virtual tours online anymore. My gyro includes my up and down motion but not right and left. Firefox is ok... Do you have more information?
Thx
It's a Chrome bug introduced in v65, as it appears from here bugs.chromium.org/. I'm using Chrome Beta to keep testing my work that uses the DeviceOrientation API since it works there. This also means that the bug will be fixed once the stable Chrome reaches v66 publicly.

Chrome 18, ExtJS 4.0 charts issue

I've just updated Chrome from 17 to 18.0.1025.142 and got all the ExtJS charts crashed in the web-site. The same issue reproduces on the Sencha example. Try clicking "Reload data". Any ideas?
I've come across the same problem. It looks like it's a bug in that version of chrome as the dev stream (v19) fixes the problem. It's a total PITA, but hopefully v18 won't be the current version for long. We just disabled the charts for that browser until it's sorted.
Here is an issue opened with chromium. Log in and star the issue so that it goes up in priority for chrome developers.
Also look at this thread for a workaround. Didn't work in my scenario but it might help you.
http://www.sencha.com/forum/showthread.php?192175-4.0.7-Line-Charts-Broken-in-Chrome-18-Mac-(and-also-it-appears-windows)

"checkedbycsshelper=true"

In building my responsive website I have come across a bug that appears only in IE8, and I cannot figure out why. I use a cross browser testing service (as I build on a Mac) and on my portfolio page - http://www.weblinedesign.com.au/portfolio in firebug, I notice on nearly every line, there is added code "checkedbycsshelper=true". It's preventing my images from loading as the tags wrapping the image tags have been disabled - assumed by this line of code.
It doesn't happen in any other browser, only IE8 and all my attempts at searching Google have come up null. There are literally no references anywhere in Google to "checkedbycsshelper".
It's being added by this script:
http://www.weblinedesign.com.au/wp-content/themes/wd/js/css3-mediaqueries.js
I'm not sure why, but I'd check around for newer versions of that script, and/or other reports of issues with that script on IE8.
A bug report has been opened on the developer's Google Code repo, but not yet resolved.
(http://code.google.com/p/css3-mediaqueries-js/issues/detail?id=8)

Why is Dev Tools bar empty?

I'm using Chrome-compatible SRWare Iron 5.0.381 on XP, and was checking out what Chrome has to offer to developers, EG inspecting the contents of the DOM of a currently-loaded web page.
But when I hit CtrlShiftI, the bar is totally empty:
Does someone why this is? Do I need an add-on? Are there other Chrome-compatible tools I should know about?
It appears you’ve found a bug in that fork of Chromium. The inspector works just fine with Google.fr in the latest Google Chrome and Chromium builds. Why don’t you use one of these browsers.
Usually the reason of that is some problem in DevTools JS code.
It is a chance that problem will be solved by chrome restart.
Such kind of problems can happen when chrome is upgrading at background.
The other reason of that can be some changes which you made in DevTools.js.
Of cause if you have done some changes :)
You can troubleshoot such problem by another instance of DevTools.
As example you can try to load DevTools.html page into Safari, open WebInspector for it and check console messages.