Closed
Bug 1537970
Opened 6 years ago
Closed 6 years ago
Downloading a blob URL breaks the markup view
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1347761
People
(Reporter: gregtatum, Unassigned)
Details
Steps to reproduce
- Go to https://profiler.firefox.com/public/c1df573e201c47c9888beb8ad11d71be52b159cf/calltree/?globalTrackOrder=4-0-1-2-3&hiddenGlobalTracks=1-2-3&thread=0&v=3
- Click "Save as file..." in the top right
- Open inspector
- Click "Firefox 2019-02-15 11.06 profile.sps.json.gz (201 kB)"
Expected results
- I can still inspect the page, and the markup view has DOM nodes in it.
Actual results
- The markup view is empty. There are errors in the browser console. I have to close/open devtools for things to work again.
TypeError: this._selectedContainer is null: _onShortcut@resource://devtools/client/inspector/markup/markup.js:945:13
_initShortcuts/</<@resource://devtools/client/inspector/markup/markup.js:889:40
emit@resource://devtools/shared/event-emitter.js:186:24
emit@resource://devtools/shared/event-emitter.js:267:18
handleEvent@resource://devtools/client/shared/key-shortcuts.js:263:27
event-emitter.js:191:21
TypeError: this.doc is null: _selectionWalker@resource://devtools/client/inspector/markup/markup.js:766:20
_onShortcut@resource://devtools/client/inspector/markup/markup.js:964:31
_initShortcuts/</<@resource://devtools/client/inspector/markup/markup.js:889:40
emiet@resource://devtools/shared/event-emitter.js:186:24
emit@resource://devtools/shared/event-emitter.js:267:18
handleEvent@resource://devtools/client/shared/key-shortcuts.js:263:27
I can reproduce on Nightly and release.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•