You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. #5310
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: