https://bugs.kde.org/show_bug.cgi?id=398375
andreas.krutz...@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/dol | |phin/ddfc86ab8c207b81ec9ac8 | |3167d081b8d01c2750 Version Fixed In| |18.08.2 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #7 from andreas.krutz...@gmx.net --- Git commit ddfc86ab8c207b81ec9ac83167d081b8d01c2750 by Andreas Krutzler. Committed on 03/10/2018 at 18:08. Pushed by akrutzler into branch 'Applications/18.08'. Fix that dragging a file can trigger inline rename. Summary: Inline renaming is aborted as soon as an item is dragged. Previously, ’m_dragging' was used to determine if an item was being dragged. However, inline renaming is triggered after a certain amount of time, during which time the user may have stopped dragging items. FIXED-IN: 18.08.2 Test Plan: When dragging an selected item, inline renaming should never be started, regardless of where you drag it (Places panel, other split-view window, out of the Dolphin window, ...). Reviewers: wbauer, elvisangelaccio, #dolphin, ngraham Reviewed By: wbauer, elvisangelaccio, #dolphin, ngraham Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D15904 M +3 -2 src/views/dolphinview.cpp https://commits.kde.org/dolphin/ddfc86ab8c207b81ec9ac83167d081b8d01c2750 -- You are receiving this mail because: You are watching all bug changes.