Closed
Bug 1053175
Opened 10 years ago
Closed 9 years ago
[Inspector] Changing the src of an iframe makes it impossible to inspect
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: julienw, Unassigned)
References
()
Details
STR:
1. open URL
2. open the inspector
3. inspect the iframe's content
4. click on the button (this does "iframe.src = iframe.src"
5. try to inspect the iframe's content again
=> we don't see the iframe's content in the inspector.
Note:
* this happens since forever, I just took the time to file the issue now
* tested in nightly from 11th August.
Comment 1•10 years ago
|
||
This is probably similar to bug 1030811.
Reporter | ||
Comment 2•10 years ago
|
||
Could be it, yep. (my testcase is simpler :p)
If I reload the inspector, then it works again. (which is similar to the "press debug again" case in bug 1030811)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•