SUMMARY When zooming in (or out) the map to the point where the + (-) buttons get greyed out, the buttons become click through, leading to and unwanted location change. STEPS TO REPRODUCE 1. click on + button to zoom in the map until it is maximally zoomed in 2. click on the greyed out + button 3. try the same process while zooming out using the - button. OBSERVED RESULT location gets updated to whatever part of the map is under the + button EXPECTED RESULT Nothing happens Operating System: Gentoo Linux 2.17 KDE Plasma Version: 6.4.4 KDE Frameworks Version: 6.17.0 Qt Version: 6.9.1 Kernel Version: 6.15.8-gentoo-dist-hardened (64-bit) Graphics Platform: Wayland Processors: 24 × AMD Ryzen AI 9 HX 370 w/ Radeon 890M Memory: 64 GiB of RAM (62.1 GiB usable) Graphics Processor: AMD Radeon 890M Graphics
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5815
Git commit 3eb5f87559e151c5bccf0e3ad899f2f2e4403783 by Vlad Zahorodnii. Committed on 17/09/2025 at 06:36. Pushed by vladz into branch 'master'. kcms/nighttime: Fix clicks going through disabled zoom buttons Apparently, if a button is disabled, mouse clicks will go through it. We need something to catch mouse clicks in order to prevent accidentally selecting a location behind one of the buttons. M +51 -47 kcms/nighttime/ui/WorldMap.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/3eb5f87559e151c5bccf0e3ad899f2f2e4403783