Cant hide columns in chrome dev tools network tab - google-chrome

After a recent update to Chrome dev (88.0.4315.5), all the possible columns in the network tab are shown and i cant hide any of them. I've tried right clicking the header and unchecking but nothing changes.
here's a screenshot of the problem

Also encountered this problem today, I'm using Chromium Nightly build.
Downgraded to stable, and everything fixed

Related

Chrome drop down menu bug (Closing automatically)

I have been getting a problem where my drop down menu is not working. Whenever I try to open a drop down menu it closes it automatically within a second. It used to work fine and I have not downloaded anything that should affect it.
I have tried:
Re-installing Chrome
Checked for malware with Chrome and all other trusted anti malware software
Disabled all extensions and tried incognito mode
Installed Google Canary with same issue still appearing
Cleared history and cache.
Updated Chrome to the newest version
I have tried every single thing I could find as solution but with no success. It started a few months ago and I am not sure why.
The issue is Chrome only and does not happen in Firefox or Microsoft Edge.
This issue happens on every site with drop down menus.
If anyone knows the solution to this it would be amazing.
The issue is in PNG attached file
Huion tablet is the culprit in my case, the symptom is gone if I close the huion tablet app.

UI5: No press event triggered after updating Chrome

For some unknown to me reason, I cannot select sap.m.IconTabFilter, like it's not pressable (on mouse hover pointer is not appearing and when I press, nothing happens). This issue is experienced in Chrome. In Mozilla it works fine.
When I copied the XML into JSBin in Chrome, it worked fine.
Did anybody stuck with the same problem? How to fix it?
I tried to clear cache, restart browser/pc - the issue persists.
Also, same issue I'm experiencing right now with sap.m.Switch control.
UPDATE: I think it's a PC-specific issue. The problem is that in Chrome the app decides it's running on a tablet (instead of a laptop. The laptop can work as tablet too, but I run the app in laptop mode). This applies corresponding app's behavior. Maybe this can be the root of the problem?
No custom CSS is applied, only default ones.
I assume you are using Chrome 55+ which comes with active PointerEvent and won't work with certain UI5 versions. You need to upgrade to 1.28.42, 1.38.14 or 1.42.8 or deactivate the feature in Chrome via:
chrome://flags/#enable-pointer-events
in the address bar.

Dev Tools auto-complete doesn't work on chrome 35, ubuntu 14.04

After update to chrome 35, autocomplete in dev tools doesn't work. Is it only my issue?
Checked windows and mac, all works..
I've got some similar problems, but just on Styles panel on Elements tab. Here, I've opened an issue just to this case:
https://code.google.com/p/chromium/issues/detail?id=376763&thanks=376763&ts=1400852713
I know it's not a solution, but it's the best we can do. We have to wait for someone at google (or that's involved with chromium project) fix it, and then release a new version patching it.
An alternative is using Chromium from ubuntu Software Center for now (it's still at version 34, so the autocomplete works): https://apps.ubuntu.com/cat/applications/chromium-browser/
UPDATE
This bug has been fixed on version 36
The issue has been fixed in the beta version.
(works in the current version: 36.0.1985.49 beta)
Can be download from http://www.google.com/intl/en/chrome/browser/beta.html
edit:
Considering the initial message, I assumed the problem was to pop the autocomplete box in the source files search as i enter in this issue. If the problem ain't relative to this, sorry.
In the last version the auto-completion menu in dev tools doesn't appears automatically anymore, u need to press cmd+P or cmd+O (mac) to open it.
I've got the same problem. It's really annoying.
Besides, on the Elements tab, when you double click the attribute of an arbitrary tag, the attribute is automatically emptied, which, i think, is not really expected.
Hope these issues get solved as quickly as possible.

Sharepoint Ribbon buttons doesn't apper in chrome

I have used out of the box sharepoint MasterPage and the ribbon buttons doesn't appear sometimes in chrome. Sometimes they will be disabled with grey color.
But works fine with Firefox and IE.
Any Idea....
Thanks in advance
Chrome is now apparently supported by SharePoint, although I continue to have similar issues as you describe, the farms I work with are not patched to the latest CU though so if this is really important to you check the patch level and apply any outstanding commulative updates.
http://blogs.technet.com/b/tothesharepoint/archive/2012/04/04/updates-to-plan-browser-support.aspx
Also check this, apparently you need SP1 to support it:
http://blogs.technet.com/b/mickd/archive/2011/07/27/service-pack-1-sp1-for-microsoft-sharepoint-foundation-2010-and-microsoft-sharepoint-server-2010-white-paper.aspx
You can use chrome extension that i mentioned here. I use it for datasheet view or if I need to login as a different user.

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.