STEPS TO REPRODUCE 1. open Discover 2. click on "All applications" in the sidebar 3. press right arrow key and then left arrow key OBSERVED RESULT the apps list is horizontally scrolled despite the horizontal scroll bar is not activated EXPECTED RESULT the apps list is not horizontally scrolled SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.81.80 KDE Frameworks Version: 5.245.0 Qt Version: 6.6.0 Graphics Platform: Wayland
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