https://bugs.kde.org/show_bug.cgi?id=517006
--- Comment #1 from MesterPerfect <[email protected]> --- Additional technical analysis (UIA inspection via NVDA): The plugin entries are exposed as: * UIA className: SwipeListItem_QMLTYPE_13 * Framework: Qt * Patterns available: * SelectionItemPattern * ValuePattern * InvokePattern * LegacyIAccessiblePattern However: * TogglePattern is NOT exposed. * The element is not exposed as ControlType.CheckBox. * There is no accessible ToggleState. This explains why screen readers cannot announce whether a plugin is enabled or disabled. The issue appears to be related to how the QML SwipeListItem component is mapped to UI Automation in Qt on Windows. -- You are receiving this mail because: You are watching all bug changes.
