https://bugs.kde.org/show_bug.cgi?id=425188
--- Comment #7 from David Hurka <david.hu...@mailbox.org> --- @anyone who can still reproduce this bug: I created a small test application using Qt’s test framework in https://invent.kde.org/davidhurka/qscrollertest . If you are able to run this test on your setup and tell us the results, that would be great! :) I am not able to reproduce the problem on my system. My test output is here as reference: > ********* Start testing of QScrollerTest ********* > Config: Using QtTest library 5.15.0, Qt 5.15.0 (x86_64-little_endian-lp64 > shared (dynamic) release build; by GCC 9.3.0) > PASS : QScrollerTest::initTestCase() > QDEBUG : QScrollerTest::testWidgetScreen() Screen before showing widget: > QScreen(0x55f55187aa20, name="eDP-1") > QDEBUG : QScrollerTest::testWidgetScreen() Screen after showing widget: > QScreen(0x55f55187aa20, name="eDP-1") > PASS : QScrollerTest::testWidgetScreen() > QDEBUG : QScrollerTest::testQScrollerOnNotShownWidget() Scrolling a not shown > widget. > PASS : QScrollerTest::testQScrollerOnNotShownWidget() > QDEBUG : QScrollerTest::testQScrollerOnShownWidget() Scrolling a shown widget. > PASS : QScrollerTest::testQScrollerOnShownWidget() > PASS : QScrollerTest::cleanupTestCase() > Totals: 5 passed, 0 failed, 0 skipped, 0 blacklisted, 23ms > ********* Finished testing of QScrollerTest ********* -- You are receiving this mail because: You are watching all bug changes.