Closed
Bug 1768877
Opened 3 years ago
Closed 3 years ago
Devtools inspector goes blank after reloading
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1768475
People
(Reporter: wartmanm, Unassigned)
Details
Attachments
(1 file)
574 bytes,
application/x-javascript
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
Go to any page with a script that takes more than about 750ms to download. (the attached node.js script serves one such page)
Open the inspector panel.
Reload the page.
Actual results:
The inspector goes blank and does not reappear when the page finishes loading.
Expected results:
The inspector should reappear.
I bisected and this seems like a regression from bug 1765760.
Attachment #9276105 -
Attachment description: Serve a page that reproduces the issue → Script to serve a page that reproduces the issue
Comment 2•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Inspector' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Inspector
Product: Firefox → DevTools
Comment 3•3 years ago
|
||
Thanks for bisecting, we are tracking this in Bug 1768475
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•