Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Chrome Dev tools can not show body content in Elements Tag

Tags:

Anybody have the situation like this: Under Chrome Dev tools's Elements tag, body tag's content can not show.

enter image description here

The only method is close the dev tool and reopen.

like image 769
Perry2008084 Avatar asked Apr 26 '18 01:04

Perry2008084


People also ask

How do I view body responses in Chrome?

To view the response body to a request: Click the URL of the request, under the Name column of the Requests table. Click the Response tab.

How do I force inspect element?

press F12. press Ctrl + Shift + I.

How do I inspect hidden elements in Chrome?

Right-click on any webpage, click Inspect, and you can see the structure of that site: its source code, pictures, CSS, fonts and icons, Javascript code, and more. You can also access this tool by pressing Ctrl+Shift+I (For Mac, Cmd+Option+I).


2 Answers

It's a Chrome bug, it still happens in Canary, crbug.com/829884.

Refresh Devtools with Alt + R to fix if it happens.

Edit: update - bug fixed

like image 183
00-BBB Avatar answered Sep 19 '22 14:09

00-BBB


Bug disappeared after I forced Chrome to look for new updates and let it update to the latest version.

My version is now

Version 67.0.3396.62 (Official Build) (64-Bit)

like image 39
Humppakäräjät Avatar answered Sep 21 '22 14:09

Humppakäräjät