Skip to content

fix(wayland): workaround scrollbar reappearing when set to 'hidden' and scrolling using the touchpad

Ferdinand Bachmann requested to merge yrlf/konsole:master into master

On Wayland, sometimes the scrollbar reappears on the left side of the screen even when the scrollbar is set to 'hidden'.

  • This happens when scrolling twice using the touchpad.
  • This only happens on Wayland
  • This only happens with Qt 5.14 or newer

This patch is a workaround for a change in Qt 5.14. Due to "scroll phases", scrollbars get set to visible when starting to scroll, and don't hide themselves afterwards.

Bug tracker: 415508 Phabricator revision: D27110

Edited by Ferdinand Bachmann

Merge request reports