Summary: | Apps list unexpectedly can be horizontally scrolled even if the horizontal scroll bar is not activated | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Patrick Silva <bugseforuns> |
Component: | discover | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | 4wy78uwh, aleixpol, kde, matej.starc, nate, theGrapes123, vse.stopchanskyi |
Priority: | NOR | Keywords: | qt6 |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=476898 | ||
Latest Commit: | https://invent.kde.org/plasma/discover/-/commit/e601c3389f590910e551ad79ed7829b023bd7781 | Version Fixed In: | 6.3.0 |
Sentry Crash Report: | |||
Attachments: | screen recording |
Description
Patrick Silva
2023-11-25 11:14:05 UTC
Can reproduce. Likely related to Bug 476898, ir not the same root cause. *** This bug has been marked as a duplicate of bug 476898 *** Never mind, it wasn't the same, since that's fixed now but this issue remains. Can reproduce in both US English as well as Brazilian Portuguese; does not seem to be language-dependent. Created attachment 167645 [details]
screen recording
The description page can also be horizontally scrolled.
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 6.0.80
KDE Frameworks Version: 6.1.0
Qt Version: 6.6.2
Graphics Platform: Wayland
*** Bug 489340 has been marked as a duplicate of this bug. *** *** Bug 492878 has been marked as a duplicate of this bug. *** I'm unsure if this has the same root cause, but I can also horizontally scroll on application pages with the keyboard or touchpad. *** Bug 496176 has been marked as a duplicate of this bug. *** *** Bug 498312 has been marked as a duplicate of this bug. *** Working on this. A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/1005 Git commit e601c3389f590910e551ad79ed7829b023bd7781 by Nate Graham. Committed on 09/01/2025 at 00:54. Pushed by ngraham into branch 'master'. ApplicationsListPage: fix unnecessary horizontal scrolling The content comes from a Kirigami.CardsListView, which brings its own horizontal margins that interfere with default paddings from DiscoverPage/Kirigami.ScrollablePage and cause the page to be slightly horizontally scrollable. We need to make sure that there are no overlapping margins, which can be done by setting the CardsListView to the page's flickable property and nulling out the page's top and bottom padding values. UX remains the same other than the bug being fixed. FIXED-IN: 6.3.0 M +5 -1 discover/qml/ApplicationsListPage.qml https://invent.kde.org/plasma/discover/-/commit/e601c3389f590910e551ad79ed7829b023bd7781 |