Add tests for navigate on form submit#24684
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
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.