SUMMARY When entering very long text into krunner such that the text scrolls horizontally to allow you to see where your cursor is, the faded completion text stays in place and doesn't scroll along. Spotted in openSUSE openQA, e.g. https://openqa.opensuse.org/tests/4848831/video?filename=video.webm at 6:16 and various other times STEP TO REPRODUCE 1. Enter text long enough to make the text scroll OBSERVED RESULT Faded completion/suggestion text stays in place and does not scroll along EXPECTED RESULT Faded completion/suggestion text scrolls along with the entered text, or is not displayed at all OS: openSUSE Tumbleweed (latest snapshot)
I can confirm this issue Operating System: KDE neon 6.3 KDE Plasma Version: 6.3.2 KDE Frameworks Version: 6.11.0 Qt Version: 6.8.2 Kernel Version: 6.11.0-17-generic (64-bit) Graphics Platform: Wayland
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5287
Git commit c07853991412fbb034bf7fb9a2f2ad1a5832fc95 by Nate Graham. Committed on 07/03/2025 at 23:38. Pushed by ngraham into branch 'master'. RunCommand: hide faded completion text before field content overflows When the text field content overflows because it's really long, it no longer perfectly overlaps the faded completion text, resulting in a visual mess. At this text length, the faded completion next no longer serves any purpose anyway, so hide it. FIXED-IN: 6.3.3 M +1 -1 krunner/qml/RunCommand.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/c07853991412fbb034bf7fb9a2f2ad1a5832fc95
Git commit bf9d29527c9aa42b7a5e2f15f613330509167ed3 by Nate Graham. Committed on 08/03/2025 at 00:10. Pushed by ngraham into branch 'Plasma/6.3'. RunCommand: hide faded completion text before field content overflows When the text field content overflows because it's really long, it no longer perfectly overlaps the faded completion text, resulting in a visual mess. At this text length, the faded completion next no longer serves any purpose anyway, so hide it. FIXED-IN: 6.3.3 (cherry picked from commit c07853991412fbb034bf7fb9a2f2ad1a5832fc95) Co-authored-by: Nate Graham <nate@kde.org> M +1 -1 krunner/qml/RunCommand.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/bf9d29527c9aa42b7a5e2f15f613330509167ed3