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

--- Comment #5 from Ferdinand B <theferdi...@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 watching all bug changes.

Reply via email to