[NeoChat] [Bug 523911] It's not possible to add an image to a reply
Aros <[email protected]>
| Newsgroups | gmane.comp.kde.devel.bugs |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=523911 Aros <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |[email protected] Status|REPORTED |RESOLVED --- Comment #2 from Aros <[email protected]> --- (In reply to Antti Savolainen from comment #0) > DESCRIPTION > Demonstrative video: https://youtu.be/vsVV1NMZlPQ > It's not possible to paste an image into a reply. Doing it on an already > selected reply deletes the reply and selecting to reply afterwards only > sends the filename > > STEPS TO REPRODUCE > 1. Paste an image > 2. Select a response > 3. Send > > OBSERVED RESULT > No image is sent with the reply > > EXPECTED RESULT > Replies should allow images > > SOFTWARE/OS VERSIONS > Operating System: Arch Linux > KDE Plasma Version: 6.7.80 > KDE Frameworks Version: 6.29.0 > Qt Version: 6.11.1 > Kernel Version: 7.1.5-arch1-2 (64-bit) > Graphics Platform: Wayland > Processors: 12 × AMD Ryzen 5 2600 Six-Core Processor > Memory: 64 GiB of RAM (62.7 GiB usable) > Graphics Processor: AMD Radeon RX 5700 Yo that 64GB is really massive for the R5 2600, also I'll never suggest uploading bugs recording on YouTube okay. Here is the solution for your issue: Your Neochat (Matrix Client app) have an input handler which takes your messages as input. This issue is a regressive focus handling state bug, this issue is in the newly released regression on NeoChat from git master. Anyway you should just use NeoChat from Flathub, remove it from your system and install the Flathub version. When you copy an image and just paste it simply into the input bar, the UI allocates an attachment token, but when you reply to a message before hitting send, the input state simply drops and the freshly buffered image is replaced by the :filename .. without having both. So here the conclusion: This is a confirmed regression of the active development Branch (git master) please use the 26.04.3 Flathub version. Honestly I would just save the image and then reply to the message with the image by uploading it later myself instead of this and no clipboard hurdles then. It can fixed by hunting the exact .cpp file ehich handles the exact Clipboard pasting in NeoChat. -- You are receiving this mail because: You are watching all bug changes.