https://bugs.kde.org/show_bug.cgi?id=463004
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-nm/commit/b0642d4 | |a1aed6945c0d63384f61d985285 | |6c424b Resolution|--- |FIXED Version Fixed In| |5.27 Status|CONFIRMED |RESOLVED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit b0642d4a1aed6945c0d63384f61d9852856c424b by Nate Graham. Committed on 11/01/2023 at 22:09. Pushed by ngraham into branch 'master'. Remove Accessible.description set on Action the Accessible property only works for objects that inherit from Item. Action inherits from QtObject, so setting Accessible.description on it unfortunately does not work and instead just generates log error messages. PlasmaExtras.ExpandableListItem only allows you to set an action to customize the default button, and doesn't expose the button object itself, which is where accessibility properties would need to be set. So this will require some refactoring to work properly. CCMAIL: qydwhotm...@gmail.com FIXED-IN: 5.27 M +0 -2 applet/contents/ui/ConnectionItem.qml https://invent.kde.org/plasma/plasma-nm/commit/b0642d4a1aed6945c0d63384f61d9852856c424b -- You are receiving this mail because: You are watching all bug changes.