Summary: | dragging a file over a directory does not expand the dir | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Martin Koller <kollix> |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, emmanuelpescosta099 |
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/8c4fa6e03b6b6acedf3a03eef5347f38680818fe | Version Fixed In: | 4.9.2 |
Sentry Crash Report: |
Description
Martin Koller
2012-08-25 20:43:06 UTC
Thanks for the bug report, but I cannot reproduce. Have you enabled "Open folders during drag operations" in the "Navigation" section of the settings? Works for me. Nice, it even closes the folders when hovering them again :) I didn't know this feature. Works for me, too. I found a small Bug: When you drag a item onto a folder-view-item and then move it away instantly before the autoactivation event is triggered (After 750ms), the folder will be opened anyway. I have already created a Patch (i will create a review when I'm back at home) (In reply to comment #1) > Have you enabled "Open folders during drag operations" in the "Navigation" section of the settings? That was it! Thanks. I simply didn't find this option. I'll leave the report open due to comment #4 Git commit 9ab8bcd6aa3ce5d96ee380d5f22d77c2f0a38881 by Emmanuel Pescosta. Committed on 12/09/2012 at 19:33. Pushed by emmanuelp into branch 'master'. Fixes Bug 305783 - dragging a file over a directory #c4 does not expand the dir => Bug discovered: When you drag a item onto a folder-view-item and then move it away instantly before the autoactivation event is triggered (After 750ms), the folder will be opened anyway. REVIEW: 106381 M +10 -1 dolphin/src/kitemviews/kitemlistcontroller.cpp http://commits.kde.org/kde-baseapps/9ab8bcd6aa3ce5d96ee380d5f22d77c2f0a38881 Git commit 8c4fa6e03b6b6acedf3a03eef5347f38680818fe by Emmanuel Pescosta. Committed on 12/09/2012 at 19:33. Pushed by emmanuelp into branch 'KDE/4.9'. Fixes Bug 305783 - dragging a file over a directory #c4 does not expand the dir => Bug discovered: When you drag a item onto a folder-view-item and then move it away instantly before the autoactivation event is triggered (After 750ms), the folder will be opened anyway. REVIEW: 106381 FIXED-IN: 4.9.2 (cherry picked from commit 9ab8bcd6aa3ce5d96ee380d5f22d77c2f0a38881) M +10 -1 dolphin/src/kitemviews/kitemlistcontroller.cpp http://commits.kde.org/kde-baseapps/8c4fa6e03b6b6acedf3a03eef5347f38680818fe |