nextcloud-libraries / nextcloud-libraries/nextcloud-vue

Differentiate focus and focus-keyboard on actions

Open
#704 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop accessibility feature: actions good first issue
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.