-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix filepicker list not being keyboard tabbable, ref #16494 #19807
Conversation
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
I would say too |
Is there an ETA on standardizing that? Cause the associated issue is already open for half a year and is quite the accessibility issue, making moving files impossible. |
Ah, then it's more of an issue, sorry I did not understand that :) |
It would probably be enough to just make sure those functions are not only triggered on click but also on enter keypress: Lines 395 to 400 in aa790a3
|
@juliushaertl cool, could you add a commit for that? :) |
@juliushaertl any update here? :) |
Have you checked #20201 |
We need to get this in for 19 and also backport to at least 18 to fix accessibility, so big layout changes might not be proper here. What @juliushaertl talked about should work, no? Just needs someone with JS knowledge to add a commit here. |
So unfortunately reacting to the keydown event doesn't work as expected, for some reason a click event on the submit is triggered before and I don't see where this is coming from now. Needs some more investigation. |
When we find a fix for this, we should backport to 19 for sure and ideally also 18 because it’s an important accessibility fix. :) |
I'm going to close this. It has been open for ages. |
This is the first part of fixing Accessibility: When trying to move or copy a file, I can no longer pick the destination folder #16494
For the second part someone with JS knowledge needs to take over – cc @juliushaertl @skjnldsv