Can't scroll XHR preview in Google Chrome Dev Tools - google-chrome

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.

Related

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.

Chrome Dev Tools: tooltips are not displaying correctly

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+.

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.

Can't change the height of the Chrome developer tools Certificate view

Is it able to change the height of the certificate information in Google Chrome? I can only change the width.
And here is the view, when I dont use the Fullscreensize of the browser
I've got the same problem on macOS Sierra with Chrome 53.x. I've just upgraded to Chrome 54 and it resolved the issue.

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.