...But the tooltip still says "Use mouse wheel to change digits". This used to work on the CompactRepresentation but now it only works on the FullRepresentation.
On desktop or in panel?
Both.
There is a WheelHandler in CompactRepresentation, and I explicitly tested the wheel when submitting the MR, so it can be a regression in the framework or elsewhere. https://invent.kde.org/plasma/kdeplasma-addons/-/blob/b0d86c027f3249a0ae4090e00a1d0bab19684923/applets/timer/package/contents/ui/CompactRepresentation.qml#L87
After updating the whole system today, I still can't reproduce it.
Oh this is interesting. It seems to work on X11, but it's broken on Wayland.
I found the actual issue: Using a mouse wheel works. But using a touchpad two-finger scroll does not. There must be something wrong with the scroll event handler. Can you reproduce that?
Touchpad scrolling also works here
Can confirm that touchpad scrolling works for me on X11. So the only broken case for me is touchpad scrolling on Wayland
(In reply to Nate Graham from comment #8) > Can confirm that touchpad scrolling works for me on X11. > > So the only broken case for me is touchpad scrolling on Wayland I cannot reproduce this on Wayland, latest master. Is it still an issue?
Nope, it works fine now!