WebView2Feedback icon indicating copy to clipboard operation
WebView2Feedback copied to clipboard

[Problem/Bug]: Link opening in new window and triggering NewWindow event has no URI to handle in the NewWindow event

Open IPraxy opened this issue 1 year ago • 1 comments

What happened?

I'm encountering an issue where a web page link uses javascript to creates a new window and inject the url into it. I'm able to catch the NewWindow event but since the initial URL is "about:blank" the javascript is lost and the window remain blank.

Is there a way to carry over the javascript to the new tab page or a way to get the URL and redirect?

Importance

Important. My app's user experience is significantly compromised.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

No response

SDK Version

1.0.2277.86

Framework

Winforms

Operating System

Windows 10

OS Version

No response

Repro steps

Context: We are using WebView2 to replicate a browser experience in our app

The issue was reported after some of our clients tried to access the "Log viewer" from their Sophos XG.

Steps:

  • Login
  • Click on "Log Viewer" at the top right of the page

image

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Don't know

Last working version (if regression)

No response

IPraxy avatar Mar 14 '24 15:03 IPraxy

This issue is also reproducible when trying to login through the Microsoft Graph Explorer website: https://developer.microsoft.com/en-us/graph/graph-explorer image

hmireault-devo avatar Sep 18 '24 17:09 hmireault-devo