Details
-
User Story
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
dev
-
None
Description
ObjectCreated = 0x8000, ObjectDestroyed = 0x8001,
At least we have those in QAccessible, but we didn't send those things in Widget and Quick.
They are not visible to a11y end users, but normally they are part of a11y protocol on most platforms, including Windows/macOS/Linux and etc.
- Windows - https://learn.microsoft.com/en-us/windows/win32/api/uiautomationcoreapi/nf-uiautomationcoreapi-uiaraisestructurechangedevent
- macOS: NSAccessibilityCreatedNotification and NSAccessibilityUIElementDestroyedNotification in https://developer.apple.com/documentation/appkit/nsaccessibilitynotificationname?language=objc
Perhaps they are very useful for the automation tools based on accessibility api.
Attachments
Issue Links
- relates to
-
QTBUG-75003 [Accessibility] Implement a QAccessibleEvent that fires a UiaRaiseNotificationEvent
- Closed
- resulted from
-
QTBUG-104567 AT-SPI2 application accessible does not send object:children-changed notifications
- Reported