Bug 454963 - Reply quote is shown in all windows when one is detached
Summary: Reply quote is shown in all windows when one is detached
Status: RESOLVED FIXED
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-07 11:42 UTC by Justin Zobel
Modified: 2022-08-26 19:33 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Zobel 2022-06-07 11:42:53 UTC
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.
Comment 1 Jan Bidler 2022-06-07 11:55:29 UTC
Can confirm this on NeoChat 22.04, Windows 10 12H1.
Comment 2 Tobias Fella 2022-06-07 12:01:24 UTC
That's rather bad, that probably means that an [invalid] reply would be sent in those windows as well...
Comment 3 Jan Bidler 2022-06-07 12:03:37 UTC
(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.
Comment 4 Jan Bidler 2022-06-07 19:35:20 UTC
Worth noting, that this also happens with the "edit" feature.
Comment 5 Jan Bidler 2022-06-08 09:12:18 UTC
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.
Comment 6 James Graham 2022-06-12 08:46:18 UTC
I assume this is happening because they all pull the text from the same instance of chatBoxHelper
Comment 7 Bug Janitor Service 2022-08-20 16:24:15 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/496
Comment 8 James Graham 2022-08-26 19:33:25 UTC
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