[dolphin] [Bug 453700] dolphin in detailed view open files and folders also if I click elsewhere on the line not only on the filename

Felix Ernst bugzilla_noreply at kde.org
Thu Jun 16 10:11:41 BST 2022


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

--- Comment #16 from Felix Ernst <fe.a.ernst at gmail.com> ---
Git commit 5ebf2065d525160a29f1d7aeef41541c6033bccf by Felix Ernst.
Committed on 16/06/2022 at 09:11.
Pushed by felixernst into branch 'master'.

Don't consider drops on a row as drops on the row's item

Since d3839617193e92463806580699caa595c892b8a6 in details view mode
clicking anywhere within the row is considered a click on the item.
That commit also changed it so that dropping files anywhere inside
a row would make it so the files are received by the folder of that
row.

This commit reverts the drop behaviour to be identical to the old
one.

I am having trouble explaining why this is better because one can
look at it in different ways. Bottom line is that one doesn't
really feel like one is dropping files inside a folder unless the
mouse cursor is actually directly above a folder's icon or name.

Another argument is that it is normal behaviour to just throw files
onto an application and the files then being opened by it.
Having potentially large parts of the view area covered by the rows
of folders means that there has to be more of a conscious effort to
not drop the files inside one of the folders by accident while with
this commit one has to aim precisely onto a folder to do it
intentionally.

M  +22   -2    src/kitemviews/kitemlistcontroller.cpp
M  +9    -0    src/kitemviews/kitemlistcontroller.h

https://invent.kde.org/system/dolphin/commit/5ebf2065d525160a29f1d7aeef41541c6033bccf

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list