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

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.

Related

Chrome Dev tools ui bug

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.

Links breaking in Firefox but not in Chrome

I have lately been finding that certain hyperlinks and submit buttons fail to work in Firefox, but never in Chrome. These are links that worked before, then they fail, and later they may work again. I never see this behavior in Chrome.
For example this bookmark link:
<div class="z_01">Paragraph text here. <span class="blank"><img src="images\corner-right-up.svg" alt="Top"></span></div><br><br>
I have also had the same problem with form submit buttons that work not at all of just sporadically in Firefox.
On some links, the cursor will change to a hand on the left side of the link (or button) but not on the right side.
It’s not due to a Firefox add-on because I’m working in Firefox Developer Edition and I have no add-ons installed on that version.
I’m in Firefox Developer Edition 69, but the same problem occurs in Firefox 67 and 68. It does not occur in Chrome 64.
Has anyone else seen this behavior in Firefox, and is there a fix or workaround?
Your link is just the ID of another element on that same page. I'm assuming Chrome will be a little more smart than firefox and in the bookmarks change that link to https://www.whateverwebsite.com/whatever-page#ovr10 . I'm presuming Firefox only puts #ovr10 in your bookmarks. Only a guess though.
If that indeed is the problem and you want to fix this, changing your link to https://www.whateverwebsite.com/whatever-page#ovr10 would fix that particular issue.
Edit:
Tested on Firefox 65 (stable) and Firefox Dev 69.0b6. Link format does not appear to be the issue. Your code is also bookmarking fine for me.

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.

How can I debug something in IE9 - strange behaviour

I have reported bug, that something doesn't work in IE9. I started IE and I saw that bug, but as soon as I ran developer tools in IE, my bug was gone and everything works well. Unfortunately when I run IE again bug is still.
What is the worst it happens not only for one concrete bug. It happens all the time. So it isn't nature of bug, but IE. It prevents me to debug it. What can I do?
I didn't switch mode of engine in developer tool
My problem was that there is console.log(...) in my code.
Until I don't run developer tools, console doesn't exist and it throws error and my code stops, so rest doesn't work.

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.