Open
Bug 1878229
Opened 1 year ago
Updated 1 year ago
Inspector does not update DOM tree when the iframe is lazily loaded
Categories
(DevTools :: Inspector, defect, P2)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: alice0775, Unassigned)
References
Details
Attachments
(1 file)
181 bytes,
text/html
|
Details |
When I test Bug 1878166, I noticed the following issue.
What were you doing?
- Open Inspector
- Load the testcase.html
- Expand all DOM tree in the Inspector
- Scroll to the bottom of the test page so that the lazy iframe loads the content.
What happened?
The Inspector does not update DOM tree. i.e., the DOM tree loaded lazily is not displayed.
What should have happened?
The DOM tree of the lazily loaded iframe should be updated.
Edge works as expected.
Comment 1•1 year ago
|
||
Not sure what we are using to update nested documents in iframes, but on the platform side we should be able to get a context-attached notification so we could hook into that.
Severity: -- → S3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•