nextcloud-libraries / nextcloud-libraries/nextcloud-vue
Text inputs in actions stay focused when a non input sibling action is focused.
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
To reproduce:
Open an action menu with at least one ActionInput or ActionTextEditable and anoter (focusable) action. Hover on the ActionInput or ActionTextEditable input fields and then hover on the other action.
Expected behavior:
ActionInput or ActionTextEditable input fields lose focus when hovering the new action
Actual behavior:
The input field stays focused and the new actions is also focused, as per the following screenshots:


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 locating the ActionInput and ActionTextEditable components and the action focus-handling entry points. Reproduce the issue with an action menu containing an input and another focusable action, then verify that hovering the other action removes focus from the input while focusing the new action.
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
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100