Summary: | Bell category not pre-selected when Accessibility KCM is opened | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | medin <med.medin.2014> |
Component: | kcm_accessibility | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, nate |
Priority: | NOR | ||
Version: | 6.1.0 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/3ac7d42daf268d9053f8bcb046b4e368e2fdad93 | Version Fixed In: | 6.1.2 |
Sentry Crash Report: |
Description
medin
2024-06-25 23:07:23 UTC
Looks like the listview index is set correctly, it's just that the list item for index 0 isn't highlighted as expected for some reason. Clicking on it selects it. Figured it out. Merge request incoming. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2345 Git commit 7aeebe51ade45b0a924252c591963d05ba205b45 by Nate Graham. Committed on 27/06/2024 at 03:02. Pushed by ngraham into branch 'master'. kcms/access: fix list item highlighting This is kind of a manual list view, so the items are responsible for setting their own highlighted state. Without that, the active one won't be highlighted, and there won't be a difference between the hover and highlight effects. FIXED-IN: 6.1.2 M +2 -0 kcms/access/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/7aeebe51ade45b0a924252c591963d05ba205b45 Git commit 3ac7d42daf268d9053f8bcb046b4e368e2fdad93 by Nate Graham. Committed on 27/06/2024 at 14:31. Pushed by ngraham into branch 'Plasma/6.1'. kcms/access: fix list item highlighting This is kind of a manual list view, so the items are responsible for setting their own highlighted state. Without that, the active one won't be highlighted, and there won't be a difference between the hover and highlight effects. FIXED-IN: 6.1.2 (cherry picked from commit 7aeebe51ade45b0a924252c591963d05ba205b45) Co-authored-by: Nate Graham <nate@kde.org> M +2 -0 kcms/access/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/3ac7d42daf268d9053f8bcb046b4e368e2fdad93 *** Bug 479738 has been marked as a duplicate of this bug. *** |