Bug 485846 - Receiving incoming comment while typing in the "Edit Comment" box, will shift focus to "New Message" box.
Summary: Receiving incoming comment while typing in the "Edit Comment" box, will shift...
Status: REPORTED
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: git master
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-20 09:42 UTC by ulterno
Modified: 2024-04-20 10:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ulterno 2024-04-20 09:42:03 UTC
SUMMARY


STEPS TO REPRODUCE
1. Send a comment
2. Start editing a comment and let someone else comment while you are typing in the Edit box
3. Continue typing

OBSERVED RESULT
- After receiving the other comment, your next character will be typed in the "New Comment" box.
  - The previously open, "Edit" box will still be open, but you will have to click there again to get the focus correct.

EXPECTED RESULT
- Focus should stay where the user is typing, unless user manually changes focus.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Comment 1 ulterno 2024-04-20 10:05:15 UTC
In master, a.o. 71767c4172150663e512810a4e25a0fdad87ca6b

Bug changed to : Not shifting focus to "New Message" box, but still loses focus from "Edit" box.