mumuki-laboratory
mumuki-laboratory copied to clipboard
Back/forward navigation is broken on URLs with fragment identifers
Steps to reproduce:
- Go to
localhost:3000/organization/user#messages.
- Click on
organization
on the breadcrumb. - From the organization page, try to go
back
. - URL changes but page stays the same.
That's an easy way to reproduce it, but it also occurs on more critical pages with # identifiers, such as the exercise view (#solution
/ #console
) and the discussion view (#solutions
/ #results
/ #content
/ #console
).
Profile routes are not a problem now but we should address this one in the other scenarios
So did we change this? When? I don't see any more fragment identifiers on exercises, so this is solved?