-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Navigation: instant loading breaks keyboard navigation #5742
Comments
There is another related problem with instant loading and keyboard navigation that I found, and I don't know if it's also addressed in that PR. After navigating through the side by clicking links with instant loading enabled, keyboard navigation will break and redirect you to 404 page. Steps to reproduce:
|
Yes, it's also related to instant loading and will be addressed in the PR. Note that the PR is not ready yet. |
We'll leave it open until released. |
Released as part of 9.4.2. |
Context
No response
Bug description
When
navigation.instant
is enabled, triggering the navigation with keyboard (withp
,n
,,
,.
keys) still reloads the page, This can be seen as certain parts of the UI (search, theme selection, repository information) blink as the page gets reloaded.Related links
Reproduction
example.zip
Steps to reproduce
See that instant navigation with footer links works properly:
See that instant navigation with keyboard does not work:
,
and.
a few times to navigate to next and previous pages.Browser
No response
Before submitting
The text was updated successfully, but these errors were encountered: