https://bugs.kde.org/show_bug.cgi?id=485295
--- Comment #10 from Brandow <brandowlu...@gmail.com> --- (In reply to Méven from comment #8) > 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 Using master branch git version (dolphin 24.11.70) and I can confirm the bug has now been fixed. -- You are receiving this mail because: You are watching all bug changes.