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.
*** This bug has been marked as a duplicate of bug 477493 ***