Summary: | Crush while splitting | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Ami <david.soto> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | 22.12.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/73026198bc44088e790b33898424a947dac283c0 | Version Fixed In: | |
Sentry Crash Report: |
Description
Ami
2023-03-28 07:28:40 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/852 Git commit 73026198bc44088e790b33898424a947dac283c0 by Kurt Hindenburg, on behalf of Luis Javier Merino MorĂ¡n. Committed on 12/05/2023 at 21:12. Pushed by hindenburg into branch 'master'. Disable keyboard selection mode on resize When resizing, the selection cursor can easily end up being out of bounds, potentially causing a crash if trying to extend the selection later. Since resizing already clears the normal mouse selection on konsole, it makes sense to also disable keyboard selection mode to avoid trouble. M +1 -0 src/terminalDisplay/TerminalDisplay.cpp https://invent.kde.org/utilities/konsole/commit/73026198bc44088e790b33898424a947dac283c0 |