Bug 498312 - ScrollView in app info has too much contentWidth
Summary: ScrollView in app info has too much contentWidth
Status: RESOLVED DUPLICATE of bug 477493
Alias: None
Product: Discover
Classification: Applications
Component: discover (show other bugs)
Version: git-stable-Plasma/6.2
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-06 10:20 UTC by Matej Starc
Modified: 2025-01-06 17:52 UTC (History)
2 users (show)

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


Attachments
vlc-example (648.19 KB, image/png)
2025-01-06 10:20 UTC, Matej Starc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matej Starc 2025-01-06 10:20:04 UTC
Created attachment 177140 [details]
vlc-example

SUMMARY
When viewing a program, if you swipe to the right, it will scroll out of bounds (see attached screenshot).

STEPS TO REPRODUCE
1. Open discover and view any program that has a vertical scrollbar when viewing it.
2. Swipe to the right.

OBSERVED RESULT
When a program has a long enough description (when it has a vertical scrollbar), you are able to scroll horizontally which should be disabled in the first place.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Fedora 41
KDE Plasma Version: 6.2.5
KDE Frameworks Version: 6.9.0
Qt Version: 6.8.1

ADDITIONAL INFORMATION
I would assume there is some kind of binding loop in one of the components of the page that is only used by discover. I would even go as far to say to just directly set contentWidth of the ScrollView to the width of the component because as of right now, we do not need to horizontally scroll in that component.
Comment 1 Nate Graham 2025-01-06 17:52:34 UTC

*** This bug has been marked as a duplicate of bug 477493 ***