https://bugs.kde.org/show_bug.cgi?id=489099
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/powerdevil/-/commit/f7b5 | |559a4cf88eff7d7c0f509b7e56a | |ea5a5d2d1 Version Fixed In| |6.3.1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Ismael Asensio <isma...@gmail.com> --- Git commit f7b5559a4cf88eff7d7c0f509b7e56aea5a5d2d1 by Ismael Asensio. Committed on 10/02/2025 at 20:28. Pushed by iasensio into branch 'master'. applets/battery: Fix navigation keyboard cycle for the Up key When on the first item of the battery list, trying to force focus to the header item fails, probably because it is wrapped within a Column. Just setting it to `null` works in this case, since it automatically completes the `KeyNavigation.down` chain, but in reverse. This is the same trick already being used in the footer. FIXED-IN: 6.3.1 M +1 -1 applets/batterymonitor/package/contents/ui/PopupDialog.qml https://invent.kde.org/plasma/powerdevil/-/commit/f7b5559a4cf88eff7d7c0f509b7e56aea5a5d2d1 -- You are receiving this mail because: You are watching all bug changes.