Hacker News new | ask | show | jobs
by 2bitencryption 2028 days ago
The UX of Dolphin is my least favorite part of KDE.

I don't like how, in list view, the clickable portion of a file/folder is only as large as that file/folder's text label.

In all other "list view" UX I've ever used, the entire row is selectable, but in Dolphin, files with shorter names are harder to click because the clickable area is as big as the name...

1 comments

Wouldn't that break rubber band selection? In list view you can click and drag anywhere to rubber band select, but if the whole row were an active click region for the file, you'd be dragging the file instead. (I just tried this in PcManFM, and it does indeed behave this way).

I agree it's inelegant to have shorter file names be harder to select, but on the other hand they all have a great big icon; the text being clickable too is just icing.

On Windows Explorer, dragging on filename to drag the item, dragging on empty space to select range, and click/doubleclick on empty space is same as on filename. I think this is reasonable.
TIL. I've always wondered how to select range besides starting from totally empty space (below the rows). Never imagined so much thought needs to go into this!