SUMMARY Message edit text field sometimes shows up empty STEPS TO REPRODUCE 1. click "edit" button 2. 3. OBSERVED RESULT text field is sometimes missing text EXPECTED RESULT text SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
I can reproduce this by editing a message and then trying to edit it a second time. The second time, the text field is always empty.
Can also reproduce by editing twice. Viewing the message source shows that the message body is empty after the first edit, so the text field is populated with nothing. Before edit: "content": { "body": "test", "format": "org.matrix.custom.html", "formatted_body": "test", "msgtype": "m.text" } After edit: "content": { "body": "", "format": "org.matrix.custom.html", "formatted_body": "test 2", "msgtype": "m.text" } Restarting neochat fixes this.
*** This bug has been marked as a duplicate of bug 485844 ***