On Wed, May 25, 2022 at 02:37:35PM -0400, Connor McAdams wrote:
In Windows 10 version 1507, UiaProviderFromIAccessible will try to check the IAccessible passed in against the root IAccessible of the HWND associated with the passed in IAccessible. In all other Windows versions, this check is done on a call to get_HostRawElementProvider, or the first time navigating towards a parent or sibling. Rather than work around this, just skip the tests if this happens.
Could we write the tests so that they don't rely on implementation details? Presumably applications run correctly on Windows 10 v1507.
Huw.