When you click on Accessibility category, you will see Bell page in the third column, but in the second column containing sub-categories no entry is selected by default. Normally, Bell sub-category should be marked as selected. Operating System: Manjaro Linux KDE Plasma Version: 6.1.0 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.2 Kernel Version: 6.9.6-1-MANJARO (64-bit) Graphics Platform: Wayland
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. ***