Behavior
- Post a reply to some comment
- Break internet connection after the server received the request, but before the browser received the response...this results in a warning dialog, and the Reply Tool's comment form remains open
- Try to post the reply again (in my case I changed the wording slightly, but I doubt that matters), do not interfere with the connection this time
Expected
- ✅ You get an error saying you have already posted the comment (even better would be if your previous comment gets replaced, but that seems unnecessarily complex)
Actual
- ❗️In Chrome 91 on Ubuntu: the comment gets posted twice
Approaches
Ways in which the `Expected behavior could be achieved.
- Some kind of nonce could be used to prevent this situation.
Open questions
- 1. What – if any – existing edit functionality behaves similar to what is described in **Expected** above.
Done
- All ===Open questions are answered
- An approach within the ===Approaches section is decided upon and implement