Bug Report: Empty Post Submission Sends Last Post Content #11
Closed
jatinkaushik-jk
started this conversation in
General
Replies: 2 comments
-
Hmm, looks like I forgot to set the input back to an empty string after successful post submission 😅. Will fix it in the next commit in a few minutes! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has now been fixed with the commit d18b22e. Thanks for finding and raising this issue! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report: Empty Post Submission Sends Last Post Content
Description:
When attempting to post an empty message, instead of blocking the submission, the last successfully posted message is sent again as a new post.
Steps to Reproduce:
Expected Behavior:
When submitting an empty post, an error message should appear to inform the user that content is required, and the post should not be submitted.
Actual Behavior:
The last posted message is automatically sent as a new post when trying to submit an empty post.
Video Proof:
Empty-post-bug.mp4
Severity:
Moderate – This bug could lead to unintentional duplicate posts.
Additional Notes:
This issue might be caused by a caching mechanism or failure to clear the post data buffer after a successful submission.
Beta Was this translation helpful? Give feedback.
All reactions