Created attachment 182332 [details] overflow SUMMARY After the fix in bug 500290, KRunner faded completion text overflow. When reverting this fix , text don't overflow. STEPS TO REPRODUCE 1. Alt +F2 to open KRunner and enter a long command which longer than the input box. For example `echo some_random_every_long_but_different_text_1234567891234567891223456789` 2. Alt +F2 again , enter "e" to make completion show OBSERVED RESULT See attachment EXPECTED RESULT The overflowed text is hidden or become ellipsis
Argh
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5605
Git commit 1640ac202d7373973bb474b240e145199d78e003 by Nate Graham. Committed on 18/06/2025 at 20:02. Pushed by ngraham into branch 'master'. RunCommand: fix "hide faded completion text" calculation Under certain circumstances, the text could still overflow. Fix the calculation to use the implicitWidth of the text and not the contentWidth, and allow it to elide again. FIXED0IN: 6.3.6 M +2 -1 krunner/qml/RunCommand.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/1640ac202d7373973bb474b240e145199d78e003
Git commit df682cd65ef27b6077a96bb491f94d8e3c5ac97a by Nate Graham. Committed on 19/06/2025 at 14:59. Pushed by ngraham into branch 'Plasma/6.3'. RunCommand: fix "hide faded completion text" calculation Under certain circumstances, the text could still overflow. Fix the calculation to use the implicitWidth of the text and not the contentWidth, and allow it to elide again. FIXED-IN: 6.3.6 (cherry picked from commit 1640ac202d7373973bb474b240e145199d78e003) M +5 -1 krunner/qml/RunCommand.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/df682cd65ef27b6077a96bb491f94d8e3c5ac97a
Git commit bec44879a553e536cbc7f159b275bafce8e49e54 by Nate Graham. Committed on 19/06/2025 at 14:57. Pushed by ngraham into branch 'Plasma/6.4'. RunCommand: fix "hide faded completion text" calculation Under certain circumstances, the text could still overflow. Fix the calculation to use the implicitWidth of the text and not the contentWidth, and allow it to elide again. FIXED0IN: 6.3.6 (cherry picked from commit 1640ac202d7373973bb474b240e145199d78e003) Co-authored-by: Nate Graham <nate@kde.org> M +2 -1 krunner/qml/RunCommand.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/bec44879a553e536cbc7f159b275bafce8e49e54