Open Neochat Detach a channel and show the main window and detached side by side. Click the reply to a message in the main window and it will show the quote reply in both.
Can confirm this on NeoChat 22.04, Windows 10 12H1.
That's rather bad, that probably means that an [invalid] reply would be sent in those windows as well...
(In reply to Tobias Fella from comment #2) > That's rather bad, that probably means that an [invalid] reply would be sent > in those windows as well... Tested that out, seems like no reply seems to be send at all.
Worth noting, that this also happens with the "edit" feature.
Found these cases while toying around with this bug a little: Edit Case: - detach room A - open room B in main window - Edit a message of yours in room B - send the edit of the message in the detached window of room A => room A will have the message send as-is, while the main window with room B will now have the text stuck permanently. Arrow keys don't work, neither does backspace or the delete key. Happens only for this room B, afaik the only solution to fix this is to restart neochat. Attachment Case: - detach room A - open room B in main window - paste attachment into room B main window - send message in room A detached window => room A will have the attachment send.
I assume this is happening because they all pull the text from the same instance of chatBoxHelper
A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/496
Git commit 6748a2d21d276caed4c011ed74f9da414bc6fbd9 by James Graham. Committed on 26/08/2022 at 19:33. Pushed by nvrwhere into branch 'master'. Fix the reply an edit text being shown in all chat rooms when multiple windows are open Fix the reply an edit text being shown in all chat rooms when multiple windows are open. This is done by changing chatBoxHelper from a singleton to being instantiated for each instance of roompage. M +6 -6 imports/NeoChat/Component/ChatBox/AttachmentPane.qml M +9 -9 imports/NeoChat/Component/ChatBox/ChatBar.qml M +5 -5 imports/NeoChat/Component/ChatBox/ChatBox.qml M +3 -3 imports/NeoChat/Component/ChatBox/ReplyPane.qml M +1 -1 imports/NeoChat/Menu/Timeline/FileDelegateContextMenu.qml M +2 -2 imports/NeoChat/Menu/Timeline/MessageDelegateContextMenu.qml M +12 -8 imports/NeoChat/Page/RoomPage.qml M +1 -1 src/main.cpp https://invent.kde.org/network/neochat/commit/6748a2d21d276caed4c011ed74f9da414bc6fbd9