Bug 437804 - Quit Application dialog suffers from bad font kerning
Summary: Quit Application dialog suffers from bad font kerning
Status: RESOLVED FIXED
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (show other bugs)
Version: 5.21.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-28 22:10 UTC by medin
Modified: 2023-12-21 15:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.22
Sentry Crash Report:


Attachments
Bad fonts kerning (18.69 KB, image/png)
2021-05-28 22:10 UTC, medin
Details
font distort (3.67 MB, video/mp4)
2023-11-03 14:41 UTC, medin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description medin 2021-05-28 22:10:29 UTC
Created attachment 138853 [details]
Bad fonts kerning

See attached image.
Comment 1 Bug Janitor Service 2021-05-31 09:37:04 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/138
Comment 2 David Redondo 2021-06-01 09:20:07 UTC
Git commit 1a73a20bbc86bf13daf726c8ba5fe240c589a58b by David Redondo.
Committed on 31/05/2021 at 09:32.
Pushed by davidre into branch 'master'.

Do not position dialogs at fractional positions

Can cause bad font rendering
Related: bug 437805
FIXED-IN:5.22

M  +1    -1    src/page/LoadPresetDialog.qml
M  +1    -1    src/page/PageDialog.qml
M  +1    -1    src/page/PageSortDialog.qml
M  +1    -1    src/table/ColumnConfigurationDialog.qml
M  +1    -1    src/table/KillDialog.qml

https://invent.kde.org/plasma/plasma-systemmonitor/commit/1a73a20bbc86bf13daf726c8ba5fe240c589a58b
Comment 3 David Redondo 2021-06-01 09:20:43 UTC
Git commit d4f5365fc0f1785a02f4ebbbb48fd4a7c106bd5d by David Redondo.
Committed on 01/06/2021 at 09:20.
Pushed by davidre into branch 'Plasma/5.22'.

Do not position dialogs at fractional positions

Can cause bad font rendering
Related: bug 437805
FIXED-IN:5.22


(cherry picked from commit 1a73a20bbc86bf13daf726c8ba5fe240c589a58b)

M  +1    -1    src/page/LoadPresetDialog.qml
M  +1    -1    src/page/PageDialog.qml
M  +1    -1    src/page/PageSortDialog.qml
M  +1    -1    src/table/ColumnConfigurationDialog.qml
M  +1    -1    src/table/KillDialog.qml

https://invent.kde.org/plasma/plasma-systemmonitor/commit/d4f5365fc0f1785a02f4ebbbb48fd4a7c106bd5d
Comment 4 medin 2023-11-03 14:40:02 UTC
The bug reappears on 5.27.9, especially when you resize system monitor window, you can clearly see that "OK" and "Cancel" text starts to distort at certain sizes. See attached video for more info.
Comment 5 medin 2023-11-03 14:41:52 UTC
Created attachment 162843 [details]
font distort
Comment 6 Arjen Hiemstra 2023-12-21 15:39:59 UTC
I can no longer reproduce this with Plasma 6. The dialogs were ported to upstream components which likely handle this better.