-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Add tests for navigate on form submit #24684
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
I was a bit thrown off by this because I didn't think we'd changed anything that would be likely to affect this. Upon verifying, this does still repro for me on For clarification here's what reproduces the issue for me: https://github.com/dotnet/aspnetcore/compare/stevesa/blur-bug-repro. Apologies for the ambiguity/typos in the original bug report. |
Hm. I'll check on this. I validated inside the test harness and in a new standalone WASM project using 5.0-dev bits. I'll give your repro ago in case I missed something. |
@SteveSandersonMS Woop. You're right. I'm able to repro this on a standalone app with the |
ba0d09e
to
b970b99
Compare
1932658
to
220da3a
Compare
220da3a
to
26e7f26
Compare
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.
Great!
Closes #21241.
I wasn't able to repro the issue on master so it looks like something we've done between now and then has resolved the issue.
Adding a test for this bug so we have coverage for it.