Closed
Bug 1519810
Opened 6 years ago
Closed 6 years ago
Inspector empty after link download triggered
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1347761
People
(Reporter: shefki_esadi, Unassigned)
Details
Attachments
(1 file)
46.97 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
With JavaScript created a link element appended in to document.body and triggered a click() event so I can download the file related to the URL.
Download it's working.
If I debug while creating the link and appending, I can see the link appended in the body with the Inspector (Firefox native Dev tool).
Actual results:
After the download of the link. Inspector becomes empty, even If I use the Picker (Left-Top Button on the Inspector) to select an element of the page so I can inpsect the Inspector stays empty.
Expected results:
The Inspector should show the main page html-code even after link clicked and download triggered.
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Component: Untriaged → Inspector
Product: Firefox → DevTools
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•