Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unclear behavior for long titles longer than 255 chars #6473

Open
grnd-alt opened this issue Nov 4, 2024 · 1 comment
Open

unclear behavior for long titles longer than 255 chars #6473

grnd-alt opened this issue Nov 4, 2024 · 1 comment

Comments

@grnd-alt
Copy link
Member

grnd-alt commented Nov 4, 2024

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

  1. create card
  2. edit title
  3. insert more than 255 chars
  4. 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.
#5310

@elzody
Copy link
Contributor

elzody commented Nov 4, 2024

@luka-nextcloud @juliusknorr

Maybe we should discuss how best to handle it then, since it was already discussed previously to remove the inline editing, from what I can see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants