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

2020-05-07 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #12 from Ferdinand B --- UPDATE: I tried to reproduce this bug on a system other than my own now, and found the following: - the bug only occurs on wayland - the bug only occurs with touchpads (e.g. a synaptics laptop touchpad) - the bug o

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

2020-02-25 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #11 from Kurt Hindenburg --- (In reply to Ferdinand B from comment #3) > Tested different scroll methods: > - via Shift+Up, Shift+PgUp -- works as intended > - via Mouse Wheel -- works as intended > - via Touchṕad Two-Finger scroll -- scroll

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

2020-02-25 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #10 from Kurt Hindenburg --- I'm looking at this - currently can't reproduce - thanks for patch -- You are receiving this mail because: You are watching all bug changes.

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

2020-02-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415508 dk.1997-f...@yandex.ru changed: What|Removed |Added CC||dk.1997-f...@yandex.ru -- You are rece

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

2020-02-02 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #9 from Ferdinand B --- Added phabricator revision for this patch: https://phabricator.kde.org/D27110 -- You are receiving this mail because: You are watching all bug changes.

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

2020-02-02 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #8 from Ferdinand B --- Created attachment 125627 --> https://bugs.kde.org/attachment.cgi?id=125627&action=edit QScrollBar diff between 5.13.2 and 5.14.0 I also attached a diff showing what changed in QScrollBar from Qt 5.13.2 to 5.14.0,

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

2020-02-02 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 Ferdinand B changed: What|Removed |Added CC||theferdi...@gmail.com -- You are receiving this

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

2020-02-02 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #7 from Ferdinand B --- Created attachment 125626 --> https://bugs.kde.org/attachment.cgi?id=125626&action=edit Workaround Patch I attached a patch that works around the issue by reapplying the scrollbar state (_scrollBar->setHidden(true)

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

2020-02-02 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 Ferdinand B changed: What|Removed |Added Version|18.12.0 |master -- You are receiving this mail because: Y

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

2020-02-02 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #6 from Ferdinand B --- UPDATE I have found where the scrollbar is set to visible: TerminalDisplay::wheelEvent(QWheelEvent) at TerminalDisplay.cpp:2717 calls _scrollBar->event(ev); QScrollBar::event(QEvent) at qscrollbar.cpp:490 calls QAbs

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

2020-02-02 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #5 from Ferdinand B --- 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 propaga

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

2020-01-06 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #4 from Ferdinand B --- I tried to find the first version in which this bug occurs: Turns out this bug is not triggered by a specific konsole version. This bug is only observable when using Qt5 5.14, on Qt5 5.13, this bug does not exist.

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

2019-12-26 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #3 from Ferdinand B --- Tested different scroll methods: - via Shift+Up, Shift+PgUp -- works as intended - via Mouse Wheel -- works as intended - via Touchṕad Two-Finger scroll -- scrollbar appears unexpectedly -- You are receiving this ma

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

2019-12-26 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 --- Comment #2 from Ferdinand B --- EDIT: the bug doesn't seem to have anything to do with zooming. New reproducing Testcase: STEPS TO REPRODUCE 1. open konsole 2. set scrollbar to 'hidden' 3. get some lines into the scroll buffer (e.g. `yes | head -n

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

2019-12-26 Thread Ferdinand B
https://bugs.kde.org/show_bug.cgi?id=415508 Ferdinand B changed: What|Removed |Added Summary|Scrollbar set to 'hidden' |Scrollbar set to 'hidden' |reap