Chrome Dev tools ui bug - google-chrome

Recently I've noticed a bug in the Chrome dev tools. As a tester, I dig into a lot of network requests and I've started seeing text overlap when looking at "Payload" under the Network tab, see screenshot. I've checked on any adons or extensions I have but none seem to be causing it. Its a small thing but a huge annoyance. Appreciate any feedback. Thanks!
I've tried disabling all extensions, running incognito. Nothing fixed it. Wondering if anyone has run into a similar issue.

Related

Anyone else having an issue seeing padding in Computed Chrome dev tools?

Not sure if this is a bug or something on my end, but Chrome dev tools appear to have stopped showing some Computed properties, specifically padding.
I looked at my settings and all seemed normal. It also seems to work in other browsers' dev tools (Safari, Firefox).
I sent an inquiry to Chrome/Google but doubt I'll hear back. Wondering if anyone else is seeing this or it's something I'm doing wrong.

Google font disappearing from all browsers on specific website

This morning the Google font implementation of "Rubik" sans on my web app mysteriously disappeared from all browsers, i.e. anytime I load the site all the text is missing. Initially I thought it was restricted to Chrome later found out it applied to all the browsers. Tried clearing cache, tried restarting the system Same problem. This is indeed very weird, never experienced anything like this. Any help will be greatly appreciated!
seeing this question asked 4 hours ago, I think it was a google side error.
on my side it seem repaired 2, if it persists, try reloading your cache

Chrome went crazy (Looks like Static)

When I open Chrome it looks like these pictures:
Chrome image1
Chrome image2
I had been using it without any problems, I already uninstalled it an re-downloaded it and keeps doing the same.
I'm running it in a VM with Maverick. Like I said I had been using it for a few weeks now without any problem until today.
It does that not only in the webpages but also in Settings and everything related.
I'd really appreciate any kind of help.
Thank you
Go to Settings -> Advanced Settings -> Uncheck the "User hardware acceleration when available", restart Chrome and your issue should be fixed.

Chrome Addressbar invisible

Recently i found out that after resizing my chrome browser during testing with the inspector open, my address / URL bar disappears unfindable. although while opening a new tab i can enter URLs normally since the url bar gets autofocused, but the bar is still invisible. Does anybody know why this happens or how to disable this feature / bug.
Has anybody else seen this before, or is it just me?
Help appreciated, thx
I've had the same issue as of late. While I have not found a solution in the Chrome stable channel, switching over to Chrome Canary seems to be a valid interim fix. Of course, there could be some bug happening in one of my extensions that aren't present, but this is allowing me to get some work done.

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.