Bug 419457 - Vi-mode: Visual mode exits unexpectedly after status message going off.
Summary: Vi-mode: Visual mode exits unexpectedly after status message going off.
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: All editors (other bugs)
Version First Reported In: 5.5.0
Platform: Fedora RPMs Linux
: NOR major
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-31 15:38 UTC by kogiokkafrms
Modified: 2020-03-31 15:42 UTC (History)
1 user (show)

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


Attachments
Vi-mode in visual mode and the status message. (23.27 KB, image/png)
2020-03-31 15:38 UTC, kogiokkafrms
Details

Note You need to log in before you can comment on or make changes to this bug.
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.