-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
π§ work in progressAccessibilityAn issue related to accessibility enhancements or blockers.An issue related to accessibility enhancements or blockers.
Description
Description
Scenario
We have two applications, one is a WPF application which returns the item/subitem value at the current coordinates. Second is a Win32 or MFC application which contains a items(AAA) and sub-items (BBBBB, CCCCCCC).

Issue
On Executing the AutomationElement.FromPoint method, and passing the coordinates of a subitem in a ListView
The function returns the first item instead of the subitem.
Reproduction Steps
N/A
Expected behavior
On providing the coordinates od subitem, returning subitem value
Actual behavior
On providing the coordinates of subitem, returning header item value
Regression?
No
Known Workarounds
No response
Impact
No response
Configuration
No response
Other information
No response
lindexi
Metadata
Metadata
Assignees
Labels
π§ work in progressAccessibilityAn issue related to accessibility enhancements or blockers.An issue related to accessibility enhancements or blockers.