Summary: | KRunner faded completion text overflow | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | jackyzy823 |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, natalie_clarius, nate |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 6.3.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=500290 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/bec44879a553e536cbc7f159b275bafce8e49e54 | Version Fixed In: | 6.3.6 |
Sentry Crash Report: | |||
Attachments: | overflow |
Description
jackyzy823
2025-06-17 15:01:57 UTC
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 |