Summary: | Vendor info overlaps a horizontal line in Update page | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Patrick Silva <bugseforuns> |
Component: | discover | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol, kdedev, nate |
Priority: | NOR | Keywords: | regression |
Version: | 6.1.4 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/discover/-/commit/453cb49cc9509aa9a00c40de04c32fae1f50cdf3 | Version Fixed In: | 6.2.5 |
Sentry Crash Report: | |||
Attachments: |
screenshot
Plasma 6.2.4 |
Can't reproduce on Fedora because they don't set the vendor tag. I guess this only happens on distros that do. Looks like it's a general layout regression here. Stuff that used to be arranged in rows are now in a column. Ah, that was something else that's only in master (and fixed now). How reproducible is this, Patrick? 100% of the time? Or only some of the time? Does it fix itself if you resize the window? I can reproduce by clicking on a update for the first time after opening Discover (and the bug persists after window resizing). If I go to another page, go back to "Update" page and then click on the previously clicked update again, the "Vendor" url is missing. Is it still reproducible for you on git master or 6.2? I can't seem to make it happen. Created attachment 176176 [details]
Plasma 6.2.4
The bug persists on Plasma 6.2.4.
Operating System: Arch Linux
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0
Graphics Platform: Wayland
Confirmed this issue persists for me as well on 6.2.4 (Solus). I'm not able to test on git-master at the moment It does happen on master, Qt 6.8, all clean. I'm pretty sure the size calculation of Text {} with StyleFormat has regressed lately. https://doc.qt.io/qt-6/qml-qtquick-text.html#textFormat-prop Not super sure what the right way forward is then... A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/983 Git commit 3ac19d1f5f812ae8a12cd7b00626da41c0ebc578 by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 11/12/2024 at 01:03. Pushed by apol into branch 'master'. UpdatesPage: Fix update description box overlapping with its text Account for margins. M +1 -1 discover/qml/UpdatesPage.qml https://invent.kde.org/plasma/discover/-/commit/3ac19d1f5f812ae8a12cd7b00626da41c0ebc578 Git commit 453cb49cc9509aa9a00c40de04c32fae1f50cdf3 by Aleix Pol Gonzalez. Committed on 11/12/2024 at 01:04. Pushed by apol into branch 'Plasma/6.2'. UpdatesPage: Fix update description box overlapping with its text Account for margins. (cherry picked from commit 3ac19d1f5f812ae8a12cd7b00626da41c0ebc578) Co-authored-by: Aleix Pol <aleixpol@kde.org> M +1 -1 discover/qml/UpdatesPage.qml https://invent.kde.org/plasma/discover/-/commit/453cb49cc9509aa9a00c40de04c32fae1f50cdf3 |
Created attachment 172699 [details] screenshot STEPS TO REPRODUCE 1. open Discover when a update from distro repos is available 2. click on the update 3. OBSERVED RESULT as we can see in the attached screenshot. vendor info overlaps an horizontal line EXPECTED RESULT the observed result should not occur SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.1.4 KDE Frameworks Version: 6.5.0 Qt Version: 6.7.2 Graphics Platform: Wayland