Skip to content
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

feat: emulate structural heading navigation to workaround problems with screen readers and the dynamic scroll #2978

Merged

Conversation

wofferl
Copy link
Collaborator

@wofferl wofferl commented Dec 11, 2024

Summary

This PR will change the article navigation in screen reader mode to workaround problems with the dynamic scroll and screen reader software.
When switching between articles with the keyboard shortcuts the article title link will be focused as starting point for reading the article.
If the focus switches to the previous or next article, for e.g. when using tab or other navigation keys, the article will be automatically selected, to prevent the navigation from getting lost.

Checklist

…th screen readers and the dynamic scroll

Signed-off-by: Wolfgang <[email protected]>
@wofferl wofferl merged commit fd41750 into nextcloud:master Dec 12, 2024
23 of 24 checks passed
Grotax added a commit that referenced this pull request Dec 16, 2024
Changed
- Show red error bubble only if more than 8 updates fail. (#2955)
- Emulate structural heading navigation in screen reader mode with the jump to previous/next articles keys (#2978)
- Add `PageDown` and `PageUp` for article heading navigation in screen reader mode (#2978)

Fixed
- set correct input focus when opening `AddFeed` or `Share` modals (#2965)
- add item url to open website button aria label for screen readers (#2965)
- allow using `toggle starred` and `mark read` icons with keyboard (#2965)
- remove close button from list items in screen reader mode (#2965)
- mark read on scroll marks visible items as read using vertical compact display mode (#2965)
- Items read on other devices do not disappear on pressing 'r' (#2981)

Signed-off-by: Benjamin Brahmer <[email protected]>
@Grotax Grotax mentioned this pull request Dec 16, 2024
Grotax added a commit that referenced this pull request Dec 16, 2024
Changed
- Show red error bubble only if more than 8 updates fail. (#2955)
- Emulate structural heading navigation in screen reader mode with the jump to previous/next articles keys (#2978)
- Add `PageDown` and `PageUp` for article heading navigation in screen reader mode (#2978)

Fixed
- set correct input focus when opening `AddFeed` or `Share` modals (#2965)
- add item url to open website button aria label for screen readers (#2965)
- allow using `toggle starred` and `mark read` icons with keyboard (#2965)
- remove close button from list items in screen reader mode (#2965)
- mark read on scroll marks visible items as read using vertical compact display mode (#2965)
- Items read on other devices do not disappear on pressing 'r' (#2981)

Signed-off-by: Benjamin Brahmer <[email protected]>
@wofferl wofferl deleted the screenreader_navigation_improvement branch December 21, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants