hoppla-sa
hoppla-sa copied to clipboard
Strange scroll behaviour
Hi @Fuchs The current version (of git) has a strange scroll behavior that doesn't work properly. Rather, too many items are listening to the scroll event either mistakenly or incorrectly.
- The light intensity control listens visually, but has no influence on the light itself.f
- The tab menu for the individual bulbs, light information, color is turned through
I have included a small screencast that might explain what I meant.
https://github.com/Fuchs/hoppla-sa/assets/205621/485d8c23-6174-4299-8cd6-01bac4be2672
Hi,
I'm aware of the brightness slider part, it's due to me having had to implement that slider as a hack so it does only adjust the brightness on user changes, and not when the change came from the system itself (as in: the bridge said the brightness changed)
I might be able to properly redo that, I have to re-write the plasmoid for Plasma 6.* anyway. Of course I'm open for pull requests in the meantime if someone with a deeper understanding of QML comes up with a fix first.
The tab bar also is due to it being done "the old way", I'd like to re-write that to use the same components and style as other plasmoids, but I currently don't have any time at hand to work on the plasmoid, so I'm afraid that unless someone else comes up with a fix, that for the moment you have to live with it as is.
Apologies and kind regards,
Fuchs