-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Inaccessible Backward Navigation in Note List Using Shift+Tab #11443
Comments
This commit removes an inaccessible shift-tab override that made it difficult to focus the note list controls. Previously: - If the notebook list was hidden, pressing shift-tab from the note list logged an error (and otherwise did nothing). - If the notebook list was visible, shift-tab skipped the note list controls and jumped to the notebook list. Note: Other shift-tab overrides still exist that should be removed for WCAG compliance (e.g. shift-tab from the notebook list) see the WCAG compliance issue for details.
Thank you for reporting this! I've opened a pull request that removes these focus overrides. Prior to the pull request:
The linked pull request removes these mappings and replaces them with shift-enter and enter, respectively. Enter was selected in part because it's similar to the keybindings in Visual Studio Code — in that application, pressing enter moves focus from the folder list to the editor. However, VSCode doesn't seem to have an equivalent binding for shift-enter. I'm not certain that enter and shift-enter are the best replacements for the old navigation behavior (or if a replacement is even necessary). Feedback on this would be welcome. |
Operating system
Windows
Joplin version
3.1.24
Desktop version info
Joplin 3.1.24 (prod, win32)
ID do cliente: ecdb6b3128d549d29e46c9f0743a3b09
Versão Sync: 3
Versão do Perfil: 47
Keychain Suportada: Sim
Revisão: d581264
Backup: 1.4.2
Describe image: 1.7.0
Current behaviour
When focusing on the list of notes, either using the Ctrl+Shift+L command or manually with a screen reader, it is not possible to return to the interface using Shift+Tab.
Steps to reproduce:
Expected behaviour
Make it possible to exit the notes list normally, without blocking the interface. Both forward and backward (tab and shift+tab).
Logs
No response
The text was updated successfully, but these errors were encountered: