-
Notifications
You must be signed in to change notification settings - Fork 97
Differentiate focus and focus-keyboard on actions #704
Copy link
Copy link
Open
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofaccessibilityMaking sure we design for the widest range of people possible, including those who have disabilitiesMaking sure we design for the widest range of people possible, including those who have disabilitiesfeature: actionsRelated to the actions componentsRelated to the actions componentsgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Milestone
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofaccessibilityMaking sure we design for the widest range of people possible, including those who have disabilitiesMaking sure we design for the widest range of people possible, including those who have disabilitiesfeature: actionsRelated to the actions componentsRelated to the actions componentsgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Type
Fields
Give feedbackNo fields configured for Bug.
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-keyboardelse.focusable-mouse.And we keep the
.focusablefor the two.