-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Revert "Disconnect circuit on 'beforeunload' event" #26297
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
Conversation
|
Hello human! Please make sure you've included the Shiproom Template in a comment or (preferably) the PR description. Also, make sure this PR is not marked as a draft and is ready-to-merge. |
|
@captainsafia can you please link the customer reported issue this PR resolved? |
|
Found it: #25724 |
|
This has been approved by tactics. @captainsafia let me know when this is ready to merge. |
SteveSandersonMS
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
src/Components/test/testassets/BasicTestApp/GracefulTermination.razor
Outdated
Show resolved
Hide resolved
…n.razor Co-authored-by: Steve Sanderson <[email protected]>
|
Hello! |
* Add tests for failing disconnect scenarios * Remove beforeunload call and add public API * Add additional test case * Update src/Components/test/testassets/BasicTestApp/GracefulTermination.razor Co-authored-by: Steve Sanderson <[email protected]> Co-authored-by: Steve Sanderson <[email protected]>
|
@pos777 Nope. This fix will be included in the November release. |
* Add tests for failing disconnect scenarios * Remove beforeunload call and add public API * Add additional test case * Update src/Components/test/testassets/BasicTestApp/GracefulTermination.razor Co-authored-by: Steve Sanderson <[email protected]> Co-authored-by: Steve Sanderson <[email protected]> Co-authored-by: Steve Sanderson <[email protected]>
|
Any updates? Thanks in advance |
|
@svrebelo001 The fix is released as part of 3.0.10. |
Description
This PR reverts a change that was introduced in #23224 to ensure that circuits are not disconnected when protocol-based links (e.g.
mailto:andtel:) are clicked or a download is programmatically triggered. This PR also:Customer Impact
This change was made in response to customer feedback that a recent bug fix broke important scenarios for users. Without this change, customer applications that use protocol-based links or programmatic downloads would break.
Regression
This is a regression from Blazor Server 3.1.
Risk
The risk of this change is low: