Summary: | Keyboard navigation to "Night Light Suspend" switch is unintuitive | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | nilskemail+kde |
Component: | Brightness and Color widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | natalie_clarius, nate |
Priority: | NOR | ||
Version: | 6.3.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/powerdevil/-/commit/a3ded3a98ce5c76a643d2f9d783537ecbb279ca2 | Version Fixed In: | 6.3.3 |
Sentry Crash Report: |
Description
nilskemail+kde
2025-02-24 23:38:18 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/powerdevil/-/merge_requests/526 Git commit a3ded3a98ce5c76a643d2f9d783537ecbb279ca2 by Christoph Wolk. Committed on 26/02/2025 at 06:23. Pushed by cwo into branch 'master'. applets/brightness: don't skip NightLight switch on tab The Night Light delegate has special handling to select the switch on tab, but this is done in the delegate's contentItem, rather than directly in the delegate. As a consequence, it only works if the contentItem has focus, not if the delegate itself has focus, which happens regularly. Instead, put the handler in the delegate directly; if focus is on the RowLayout (or elsewhere generally in the contentItem), handling will fall back to the delegate (unless overridden) anyway so this is the only place where we really need it. FIXED-IN: 6.3.3 M +1 -2 applets/brightness/package/contents/ui/NightLightItem.qml https://invent.kde.org/plasma/powerdevil/-/commit/a3ded3a98ce5c76a643d2f9d783537ecbb279ca2 |