nextcloud / spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.63k stars 435 forks source link

Access menus through keyboard navigation #4647

Open PVince81 opened 3 years ago

PVince81 commented 3 years ago

Reported by @jancborchardt

PVince81 commented 3 years ago
PVince81 commented 3 years ago
PVince81 commented 3 years ago
PVince81 commented 3 years ago

Actions menu don't work directly, only the second time: https://github.com/nextcloud/nextcloud-vue/issues/1760

jancborchardt commented 3 years ago

Also cc @ma12-co on this btw for accessibility. :)

PVince81 commented 3 years ago

three dots menus can now be open by keyboard, just tab there, hit enter and then use the arrow keys. fixed through https://github.com/nextcloud/nextcloud-vue/pull/1761

PVince81 commented 3 years ago

seems the tabs can be selected with the keyboard, but you need to use the arrow keys, not tab

when tabbing, at first I thought it was focussing on the second tab due to the bad border:

image

(I've highlighted the section element in the right panel)

but in fact, it's focussing on the panel below the tabs... so maybe we need to hide that border or change it to something less confusing