nextcloud / nextcloud/whiteboard
CTRL+Del in an open view of whiteboard deletes the file
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 215
- Forks
- 39
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 32
Description
When I have an open view of Whiteboard (v1.0.4) in my Nextcloud AIO instance (server v30.0.2) and I want to delete text with CTRL + Delete, instead of the text in the text field, the file is deleted. This leads to nasty 4xx errors.
Imo this should not happen, as file operations should not take place when editing the file. I would rather have the option of deleting entire words, as it is common in other applications.
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 shortcut in an open Whiteboard view using Whiteboard v1.0.4 with Nextcloud AIO server v30.0.2, then trace the handlers for CTRL+Delete in the text field and file deletion. Done means CTRL+Delete removes the intended text or words without deleting the file or causing 4xx errors.
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
- 62/100