mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug?] Changes to comments will be lost when comment box loses focus #314
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seriousm4x on GitHub (May 23, 2023).
Problem:
While editing a comment, if the comment box loses focus, all changes will be lost.
Steps to reproduce:
https://github.com/plankanban/planka/assets/23456686/c4e757a5-cf63-4773-95e6-7ae9097cf19d
Proposed changes:
Making the edit persistant would be nice. Like, when writing a new comment and clicking outside of the box, the box will still have the changes inside. Same behaviour for editing would be nice.
(My not very tech savvy colleague just called me and was very mad because she lost like 2 hours of work. We then figured what the problem was. Would be nice to address this.)
Thank you
@meltyshev commented on GitHub (May 24, 2023):
Hi! Thank you for reporting this. I completely agree with you, it shouldn't be like this, and it needs to be fixed as soon as possible.