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

NavigationStarting and NavigationCompleted do not occur at certain sites. #4892

Open
bearsInformation opened this issue Oct 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bearsInformation
Copy link

What happened?

When navigating at a specific site
・NavigationStarting
・NavigationCompleted
events are not fired when navigating a specific site.

Importance

Moderate. My app's user experience is affected, but still usable.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

1.0.2592.51

SDK Version

129.0.2792.89

Framework

Winforms

Operating System

Windows 11

OS Version

22631.4317

Repro steps

reference data
https://learn.microsoft.com/ja-jp/microsoft-edge/webview2/concepts/navigation-events

Behavior during [tag] navigation on the web in a normal site
Step1. NavigationStarting
Step2. SourceChanged
Step3. ContentLoading
Step4. HistoryChanged
Step5. BasicAuthenticationRequested
Step6. DOMContentLoaded
Step7. NavigationCompleted

For the site https://and-engineer.com/topics/page/1
Step1. SourceChanged
Step2. ContentLoading
Step3. HistoryChanged
Step4. BasicAuthenticationRequested
Step5. DOMContentLoaded

URL cancellation cannot be performed because NavigationStarting does not occur.

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Don't know

Last working version (if regression)

SDK 1.0.2592.51 Runtime 129.0.2792.89

@bearsInformation bearsInformation added the bug Something isn't working label Oct 27, 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
Projects
None yet
Development

No branches or pull requests

2 participants