Uh oh!
There was an error while loading. Please reload this page.
Fix filepicker list not being keyboard tabbable, ref #16494 - #19807
Fix filepicker list not being keyboard tabbable, ref #16494#19807jancborchardt wants to merge 1 commit into
Conversation
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
I would say too |
jancborchardt
commented
Mar 6, 2020
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. |
skjnldsv
commented
Mar 6, 2020
Ah, then it's more of an issue, sorry I did not understand that :) |
juliusknorr
commented
Mar 6, 2020
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 |
jancborchardt
commented
Mar 6, 2020
@juliushaertl cool, could you add a commit for that? :) |
jancborchardt
commented
Mar 23, 2020
@juliushaertl any update here? :) |
skjnldsv
commented
Apr 16, 2020
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. |
juliusknorr
commented
Apr 24, 2020
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. |
jancborchardt
commented
May 1, 2020
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. :) |
rullzer
commented
Mar 30, 2021
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