Created attachment 142674 [details] screenshot showing the bug STEPS TO REPRODUCE 1. open Kicker 2. hover over a scrollable submenu 3. OBSERVED RESULT as we can see in the attached screenshot, there is an horizontal line on bottom of the scrollable submenu. This line disappears when the submenu is completely scrolled down. EXPECTED RESULT SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.23.1 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.2 Graphics Platform: Wayland
Created attachment 142675 [details] screenshot - bug disappeared after scrolling
That line tells you that the content is scrollable in that direction. It's intentional. :)
(In reply to Nate Graham from comment #2) > That line tells you that the content is scrollable in that direction. It's > intentional. :) Initially I thought the same. But thinking again, I've come to the conclusion that the scroll bar is enough to indicate that the list is scrollable. However, I understand closing this as 'intentional'. Thanks. :)
It also prevents half-visible items from looking so weird. Overall it's a poor solution to the problem of having a frameless scrollview that doesn't touch the edges of its view/window. The scrollview should do one or the other, not neither. We're working towards that direction overall.