unclear behavior for long titles longer than 255 chars
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
when editing the title inline (by clicking on the title) and inserting text longer than 255 characters, it can't be stored.
The request returns a 400 as expected. BUT there's no user feedback at all. The title stays at the inserted text longer than 255 and is only refreshed on a state update.
Steps to reproduce
- create card
- edit title
- insert more than 255 chars
- move card to other column
expected behavior
some error message/red outline around the input field
actual behavior
everything looks normal, title resets without feedback
proposed solution
remove inline editing as already discussed here, and approved by design.
https://github.com/nextcloud/deck/issues/5310
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 with the inline card-title editing flow described in the reproduction steps, then read the discussion and approved design direction in issue #5310. Confirm whether removing inline editing is still the intended resolution, and verify that titles longer than 255 characters no longer leave the interface showing an unsaved value without feedback.
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
- 35/100