[dolphin] [Bug 485295] Move back and forward between folders using mouse buttons

Méven bugzilla_noreply at kde.org
Thu Oct 17 15:08:07 BST 2024


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

--- Comment #8 from Méven <meven at 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 <felixernst at 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 on the CC list for the bug.


More information about the kfm-devel mailing list