During new card creation keyboard shortcuts are still detected
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Describe the bug
When I create a new card I have to type in the name of the card. During this keyboard shortcuts are still detected if the mouse is hovered over another card, leading to all kinds of unintended behaviour such as accidentally archiving cards or marking them done/not done.
To Reproduce
Steps to reproduce the behavior:
- Go to a board with a list that includes some cards already
- Click on the plus button for that list and start typing "hell"
- Hover your mouse pointer over one of the existing cards
- Continue typing an "o" to finish your card called "hello"
Expected behavior
The placeholder new card will contain the text "hello"
Current behavior
The card being hovered over toggles its completed state
Client details:
- Brave Browser (chromium)
Nextcloud version: (see Nextcloud admin page)
29.0.2
Where did you install Nextcloud from:
NixOS
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 issue on a board by opening a new card, typing while hovering another card, and observing the shortcut behavior. Trace the new-card input and keyboard-shortcut handling; done means typing "hello" leaves the placeholder card as "hello" without toggling or changing the hovered card.
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