nextcloud-libraries/nextcloud-vue
Differentiate focus and focus-keyboard on actions
Open
#704 opened on Oct 29, 2019
1. to developaccessibilityfeature: actionsgood first issue
Repository metrics
- Stars
- (244 stars)
- PR merge metrics
- (PR metrics pending)
Description
When navigating with the mouse, the actions are making any .focusable action, well, focused. Meaning it also open, the datepicker.
I think we should have to set of focusable, if the event originate from a keyboard event, then we search for .focusable-keyboard else .focusable-mouse.
And we keep the .focusable for the two.