Chrome Dev Tools: tooltips are not displaying correctly - google-chrome

When I hover over the inspect tool or over the styles.css link in the styles tab, the tooltip is not displaying correctly. It is too far to the right and cut off. I have tried un-installing and re-installing Chrome. I have tried disabling all my extensions. I can't figure out what's causing this. Is this just a bug? I have already submitted this to the Google Chrome help. I am running OS X El Capitan 10.11.6 and Chrome Version 67.0.3396.62.
Screenshot of dev tools

I finally solved this by turning off "Use hardware acceleration when available" in my Chrome settings.

This was a bug in version 79. You have to update your Google Chrome to version 80+.

Related

How to fix white screen issue in google chrome?

I've tried several solutions online and nothing works.
Disabled hardware accelerator and removed all chrome extensions.
...
I am on win 10 and my chrome version is 104.0.5112.81
Google Chrome issue

How to toggle the Firefox JSON Viewer dark-mode?

How can I turn it dark-mode? I already set the Firefox theme to dark but it didn't change...
Your question bring me to the answer! I was troubling with the same and recently discovered how to do it.
OS
Ubuntu 18.04.4 LTS (64-bits)
If you have another OS on which it also worked, please add a comment below and I will add it (or add it yourself editing this answer).
Browser details
Mozilla Firefox for Ubuntu
Version 78.0.1 (64-bit)
Steps to reproduce
Press F12 (open Developer Tools)
Press F1 (or go to the "..." button at the top right corner and then press "Settings")
In Themes select Dark
Done

Hovering on a variables in Chrome dev tools is not showing the current value?

On hovering a variable in Chrome dev tools, after putting the debugger in the .js file, the current value of that variable is not showing.
I'm using Chrome version 79.0.3945.88 (Official Build) (64-bit)
As has been rightly pointed by #wOxxOm and #adam0101, this is a bug and the Chrome team is addressing it.
For now, I'm using Chrome Canary https://www.google.com/chrome/canary/, which seems to be working perfectly fine.

Can't scroll XHR preview in Google Chrome Dev Tools

When I use Chrome with Dev Tools and I perform an Ajax request, I can't scroll down in the Preview tab if content is HTML.
I can see the scrollbar but I can't click on it or scroll down.
Version 67.0.3396.99 (Official Build) (64-bit)
Some of my workmates have the same issue.
Is there any way to fix this?
I tried to disable all extensions but it still happens.
Thanks.
As mentioned by Oli in the question comments, this is fixed when updating to Google Chrome 68.
Thanks.

LocalStorage disappears in chrome after page refresh

It's fine on the first load but as soon as I refresh, despite it being available from the console, it's not visible in the applications tab.
What do I do about this?
I'm on version 57.0.2987.133
As wOxxOm mentioned, this is currently a bug on Chrome but fixed in canary 59. I'm on 58.0.3029.110 (64-bit) and still seeing the issue.
You can try on Safari and shouldn't see the issue.