Renaming does not focus field
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 738
- Forks
- 162
- Avg merge
- 6h 2m
- Merged PRs (30d)
- 35
Description
Please make a clear and concise description of what the bug is.
Steps to reproduce
- Select an existing note
- Click on the 3-dot menu, select Rename
- We now have an edit field to rename the note
Expected behaviour
The field should have focus, with text cursor already ready to type
Actual behaviour
The field is available, but you need to click in it before typing.
I don't know where the keyboard focus is, arrows do not scroll the menu
Screenshots
If applicable, add screenshots to help explain your problem.
Server
Please complete the following information.
- Notes app version: 4.12.2
- Nextcloud version: 31.0.7
Client
Please complete the following information.
- Browser (incl. version): Opera 120
- OS: Windows
Log files
Add relevant parts of your nextcloud.log and/or your browser's JavaScript console here.
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
Reproduce the rename flow in the browser by selecting a note and choosing Rename from the three-dot menu. Trace the rename UI entry point and check how keyboard focus is assigned when the edit field appears. Done means the field is focused with the text cursor ready for typing without an extra click.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100