Bug 498312

Summary: ScrollView in app info has too much contentWidth
Product: [Applications] Discover Reporter: Matej Starc <matej.starc>
Component: discoverAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: aleixpol, nate
Priority: NOR    
Version: git-stable-Plasma/6.2   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: vlc-example

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 ***