nextcloud-libraries / nextcloud-libraries/nextcloud-vue
NcSelect opening unprompted
Open
Nobody has claimed this yet.
1. to develop
bug
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
The following situation is something we often encounter in the character app:
- Have a page with an
NcSelectas the first focusable element - When user opens page
NcSelectgets focused - When an
NcSelectis focused, it automatically opens NcSelectoptions cover rest of the content underneath, and it is annoying to close
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
Start by reproducing the described behavior with NcSelect as the first focusable element on a page, then inspect the NcSelect component's focus and opening behavior. Done means focusing NcSelect does not open its options automatically, while intentional user opening still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100