Bug 419457

Summary: Vi-mode: Visual mode exits unexpectedly after status message going off.
Product: [Applications] kdevelop Reporter: kogiokkafrms
Component: All editorsAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: major CC: kogiokkafrms
Priority: NOR    
Version First Reported In: 5.5.0   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Vi-mode in visual mode and the status message.

Description kogiokkafrms 2020-03-31 15:38:50 UTC
Created attachment 127143 [details]
Vi-mode in visual mode and the status message.

SUMMARY
Vi-mode cancels every visual selection after the status message went off.

STEPS TO REPRODUCE
1. Select Edit > Input Modes > vi-mode
2. Shift+v to select a line of code
3. Enter ":w" command. 
4. Status message now shows "Success: Document written to disk".
5. Wait for the message to go off.

OBSERVED RESULT
Once the message goes off, vi-mode exits visual mode. That is, the specific line of code is not selected anymore.

EXPECTED RESULT
The selected text (vim's visual mode) should not be affected by the status message at all.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora KDE
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.67.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION
None
Comment 1 kogiokkafrms 2020-03-31 15:42:23 UTC
EDIT

STEPS TO REPRODUCE
1. Select Edit > Input Modes > vi-mode
2. Enter ":w" command. Status message now shows "Success: Document written to disk"
3. Shift+v to select a line of code (Entering visual mode)
4. Wait for the message to go off.