Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Problem/Bug]: Opening view source doesn't trigger NewWindowRequested event #4162

Closed
q71114 opened this issue Nov 13, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working tracked We are tracking this work internally.

Comments

@q71114
Copy link

q71114 commented Nov 13, 2023

What happened?

When opening the view source popup using Ctrl + U a new Edge-like popup appears instead of firing NewWindowRequested with view-source:<url> URL.

Importance

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

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

119.0.2251.58

SDK Version

1.0.2164-prerelease

Framework

WPF

Operating System

Windows 11

OS Version

22621.2428

Repro steps

  1. Open a webpage, eg. https://www.bing.com/
  2. Press Ctrl + U

Expected: NewWindowRequested event is raised with view-source:https://www.bing.com/ uri.
Actual: Edge-like popup window is opened.

Regression

No, this never worked

Last working version (if regression)

No response

AB#47659391

@q71114 q71114 added the bug Something isn't working label Nov 13, 2023
@nishitha-burman nishitha-burman added the tracked We are tracking this work internally. label Nov 15, 2023
@Master-Ukulele
Copy link

Master-Ukulele commented Feb 6, 2024

The fix has been checked in; view source function will fire NewWindowRequested event now. The updates will be available soon in 123.0.2388.0 release.

@champnic champnic closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracked We are tracking this work internally.
Projects
None yet
Development

No branches or pull requests

5 participants