In older versions of Plasma (<5.6.x?), it was possible to mouse-scroll to cycle through all of the windows in a single group on the task bar. If you scrolled on an ungrouped window, it would scroll through all windows in the task bar. In more recent versions, it appears that the mouse scroll only scrolls through all windows on the task bar, regardless of whether the window you're hovering over in the task bar is in a group or not. This feels like a regression, as the old behaviour was really useful, for instance for looking through a bunch of images or documents at once, and comparing them... If there was a valid reason for removing this behaviour, would it at least be possible to get it back as an optional behaviour? Reproducible: Always
The Task Manager was rewritten for 5.7. The wheel should still go into groups and go through the grouped windows, and at the time I verified it worked. Perhaps we broke it again, I'll look into it.
Can't reproduce it on my system.
I misunderstood this ticket; I thought the problem was that the wheel doesn't descend into groups, but the problem is that you want it to only switch windows within the group.
Git commit caa85c116afaf68d86896b6dac760bd83ac75c34 by Eike Hein. Committed on 06/10/2016 at 08:41. Pushed by hein into branch 'Plasma/5.8'. Only switch between windows within the group when using the wheel above a group parent. M +11 -3 applets/taskmanager/package/contents/code/tools.js M +1 -1 applets/taskmanager/package/contents/ui/MouseHandler.qml M +1 -1 applets/taskmanager/package/contents/ui/Task.qml http://commits.kde.org/plasma-desktop/caa85c116afaf68d86896b6dac760bd83ac75c34
Damn, that was fast. Thanks Eike! Excellent :)