nextcloud-libraries / nextcloud-libraries/nextcloud-vue
Differentiate focus and focus-keyboard on actions
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test entry point is named. Locate the action handling for .focusable elements and trace how mouse and keyboard events choose the focused action. Done means mouse navigation and keyboard navigation select the intended focusable class while existing .focusable behavior remains available.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100