SUMMARY When hovering on a menu for the first time everything is okay, but as soon as you move mouse vertically to another menu, a vertical scrollbar appears in the opened submenu, no matter the size of it STEPS TO REPRODUCE 1. Hover on a menu in Kicker 2. Move mouse vertically to another menu in vicinity OBSERVED RESULT See video - https://www.youtube.com/watch?v=t0vw6hPF0Ko An unnecessary scrollbar, which appears in every submenu despite its size, and which also enlarges the submenu by a couple of pixels, so there is a small wiggle when scrolling EXPECTED RESULT No unnecessary scrollbar SOFTWARE/OS VERSIONS Linux: Arch 6.13.6 KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.11.0 Qt Version: 6.8.2
I can't reproduce this on git master. Does it still happen with the default Breeze plasma theme? Have you changed any global font settings?
Hi, (In reply to Nate Graham from comment #1) > I can't reproduce this on git master. > > Does it still happen with the default Breeze plasma theme? Have you changed > any global font settings? I have reinstalled my linux and plasma so I can't provide any new information (The bug is now gone). If I recall correctly, the plasma theme didn't have any effect, however I have edited the .config/fontconfig/fonts.conf to overwrite fonts as follows (on my current install the bug doesn't show up with this config file) <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <alias> <family>sans</family> <prefer> <family>Noto Sans Armenian</family> <family>Noto Sans</family> </prefer> <family>serif</family> <prefer> <family>Noto Serif Armenian</family> <family>Noto Serif</family> </prefer> </alias> <match target="font"> <edit mode="assign" name="rgba"> <const>rgb</const> </edit> </match> <match target="font"> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> </match> <match target="font"> <edit mode="assign" name="hintstyle"> <const>hintslight</const> </edit> </match> <match target="font"> <edit mode="assign" name="antialias"> <bool>true</bool> </edit> </match> </fontconfig> Sorry that I can't provide any more information