Summary: | Navigating between characters of the search field's text sometimes replaces text with overlapping words you didn't type | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, natalie_clarius |
Priority: | NOR | Keywords: | qt6, regression |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/3fdc9b1df6d6f09f2591198d2f05aab4c4172e26 | Version Fixed In: | 6.0 |
Sentry Crash Report: |
Description
Nate Graham
2023-07-06 16:22:13 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3047 Git commit 3fdc9b1df6d6f09f2591198d2f05aab4c4172e26 by Alexander Lohnau, on behalf of Nate Graham. Committed on 07/07/2023 at 04:17. Pushed by alex into branch 'master'. krunner: only replace with completion text on right arrow when relevant We should only do this when the cursor position is at the end of the typed text and there is faded completion text after it. At all other times, the right arrow key should do normal navigation among characters, or else pressing it can produce weird and unexpected results. FIXED-IN: 6.0 M +5 -1 krunner/qml/RunCommand.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/3fdc9b1df6d6f09f2591198d2f05aab4c4172e26 |