[konsole] [Bug 415508] Scrollbar set to 'hidden' reappears when scrolling twice via touchpad

Ferdinand B bugzilla_noreply at kde.org
Sun Feb 2 14:16:12 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=415508

--- Comment #5 from Ferdinand B <theferdi265 at gmail.com> ---
UPDATE

I tried to reproduce this issue today with latest konsole-git master, and try
to find where this bug occurs:

When starting scrolling for the second time using the touchpad,
TerminalDisplay::wheelEvent propagates the event to QScrollBar::event on line
2717
(https://github.com/KDE/konsole/blob/09cc4f6bb97d9133f075bcc0cbf07506fb5f61c5/src/TerminalDisplay.cpp#L2717).

In this case, the QScrollBar implementation further delegates to
QWidget::event, which finally calls QWidget::setVisible(true).

This results in the scroll bar becoming visible unexpectedly.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list