https://bugs.kde.org/show_bug.cgi?id=417223
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #8 from Nate Graham <n...@kde.org> --- Thanks. I've submitted a patch: https://invent.kde.org/kde/elisa/merge_requests/78 I have a functional touchscreen and would be happy to work on touch support. Even touch scrolling seems broken now on the grid view. That's probably the first priority. BTW, on the subject of respecting the double-click/single-click setting, here's my rule of thumb: If the item can be meaningfully interacted with while selected, it should respect the setting. If not, it should be single-click only. The grid delegates are a borderline case. While selected, those inline buttons appear, allowing interaction. However these buttons also appear on hover and are present on the main toolbar once the item is opened, so strictly speaking, selection to access the functionality isn't required. Therefore to me it makes sense to be single-click only. (BTW I say this as a person who uses double-click) -- You are receiving this mail because: You are watching all bug changes.