Notification dropdown link does not scroll to notification on feed page #361
Labels
priority: p4/minor
There is a reasonable workaround, or there is a nice to have with limited impact
size: sm
type: bug
Something isn't working
Expected Behavior
When clicking a notification in the navbar dropdown, after navigating to the feed page the page should scroll to the notification that was clicked
Current Behavior
The feed page stays at the top of the page
Reproduction Steps
See above
Environment
No response
Other information
I'm assuming this is due to interaction with our pagination/gallery handling - probably 4d941ac which fixed not re-scrolling to the initially loaded item has also prevented it from scrolling to it initially since the content hasn't been loaded yet on initial page load (so the first time content is loaded, we do have to maintain the hash)
The text was updated successfully, but these errors were encountered: