Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
internal a href links do not scroll to the top of the new page when clicked in Blazor SSR
Expected Behavior
a href links scroll to the top of the new page when clicked
Steps To Reproduce
Put any <a href=..>
link in a page, click it, and observe the new page does not scroll to the top.
Exceptions (if any)
No response
.NET Version
.NET 8
Anything else?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
8.0.x
Milestone
Relationships
Development
No branches or pull requests
Activity
MackinnonBuck commentedon Feb 8, 2024
@heron1 Does this apply only when the querystring in the URL changes? Or does it also occur when navigating between internal pages?
This should hopefully be addressed as part of our solution to #40190.
heron1 commentedon Feb 8, 2024
@MackinnonBuck My problem seems to be the opposite of the issue you linked. Pages are not scrolling to the top of new pages as they should be per standard web guidelines (take this website for example).