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

--- Comment #8 from Méven <me...@kde.org> ---
Git commit 819960aed450d9aa40fd42dc42ad7119c88a4802 by Méven Car, on behalf of
Wolfgang Müller.
Committed on 17/10/2024 at 14:07.
Pushed by meven into branch 'master'.

kitemlistcontroller: process forward/back buttons when double-clicking

Tapping the forward or back mouse buttons quickly enough makes Dolphin
interpret the action as a double-click of the button in question and
handle it in mouseDoubleClickEvent() instead of its normal button
handler. This means that certain button presses might seem delayed or
"swallowed" when quickly navigating forwards or backwards through the
history.

Since a double-click of the forward or back button is currently
meaningless, fix this by emitting a normal mouseButtonPressed event for
those buttons in the double-click handler and skipping any further event
processing.

Co-authored-by: Felix Ernst <felixer...@zohomail.eu>

M  +9    -0    src/kitemviews/kitemlistcontroller.cpp

https://invent.kde.org/system/dolphin/-/commit/819960aed450d9aa40fd42dc42ad7119c88a4802

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to