Open Bug 1878229 Opened 4 months ago Updated 4 months ago

Inspector does not update DOM tree when the iframe is lazily loaded

Categories

(DevTools :: Inspector, defect, P2)

defect

Tracking

(Not tracked)

People

(Reporter: alice0775, Unassigned)

References

Details

Attachments

(1 file)

Attached file testcase.html

When I test Bug 1878166, I noticed the following issue.

What were you doing?

  1. Open Inspector
  2. Load the testcase.html
  3. Expand all DOM tree in the Inspector
  4. 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.

Blocks: 1860729

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.

Attachment

General

Created:
Updated:
Size: