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

Schedule entries tabindex on mouse-only inputs #5488

Open
Joelius300 opened this issue Jul 5, 2024 · 0 comments
Open

Schedule entries tabindex on mouse-only inputs #5488

Joelius300 opened this issue Jul 5, 2024 · 0 comments

Comments

@Joelius300
Copy link
Contributor

When creating (or editing) an activity and filling in the information with the keyboard, I like to use tab and Shift+tab to switch between the input fields. This already works well but in the schedule entries dialog, the controls for the date picker and time picker are also focused when using tab. Since those can only be used with the mouse, I personally think they should be ignored when tabbing through. Also, while I can open them with space or enter, they are not keyboard-closable afterwards and force me to switch to the mouse.

Current (production 05.07.24):

image

I think it would be nice to ignore these four:

image

If you agree with this change, I think it could be easily implemented with tabindex="-1" but I have not looked into the code at all. Ps. I also think #5129 would be a big QOL improvement, especially 1000 = 10:00 for numpad users.

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

No branches or pull requests

1 participant