MicrosoftEdge / MicrosoftEdge/WebView2Feedback
FrameCreated is not called for iframe inside another iframe
Open
@Lakshmisha-KS is already working on this.
Since Feb 12, 2025.
feature request
tracked
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Description
FrameCreated is not called for iframe inside another iframe.
Version
SDK: 1.0.1222-prerelease
Runtime: Evergreen, 101.0.1210.39
Framework: WPF
OS: Win11
Repro Steps
- Added event handler to
CoreWebView2.FrameCreated. - Open a website with nested iframes, for example this one.
Expectation: CoreWebView2.FrameCreated is raised for both iframes.
Actual: Only one CoreWebView2.FrameCreated is raised (which is for the top level iframe).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.