right click drag behave the same on all columns in list view
in issue #208 (closed) it was discussed that the behavior that is invoked when right mouse button is held while dragging an item should also work when it is done on the name column in list view.
The behavior, by the way, is to let the user chose from a menu what to do with the item (Move, Copy, Link).
Apparently the original author wanted it to behave this way (not working while dragging on name column, where instead the context menu is immediately invoked).
This is a great feature, and I had no idea it existed till I saw it in the source. Changing the behavior to always trigger (no matter the column), will make it easier to discover and result in a more predictable experience. There is already functionality in place in the source, just a single line needs to be changed.
Worth adding is that there is a "drag-timer". If the user doesn't start dragging soon enough, the context menu will appear anyways. It is therefore very difficult to execute this dragmenu function by mistake instead of spawning the context menu.
The only ones who would see a negative effect by implementing this are users who have a tendency to twitch drag items, with the right mouse button, in the name column, in details view, expecting it to result in a context menu.