Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsOffscreen has wrong value. #83

Open
markwellman opened this issue Sep 17, 2021 · 1 comment
Open

IsOffscreen has wrong value. #83

markwellman opened this issue Sep 17, 2021 · 1 comment

Comments

@markwellman
Copy link

markwellman commented Sep 17, 2021

I am working with a UI tree element from Infragistics and I've encountered that the nodes within this tree have the IsOffscreen property set to true, which must be incorrect, since the nodes are clearly visible on screen.

The attached screenshot should illustrate the situation quite well:

tree_blacked

I've been through Microsoft's API description of the IsOffscreen-property and I checked against all what it says, concerning the scrolling viewport visibility, the partial visibility, the collapsed- and expanded visibility, etc. and none of those things apply to my UI tree.

And since I keep stumbling across such issues within the UIAutomation framework from time to time, I'd guess it's simply a bug within the framework.

Best regards,
Markus

@fabraham-ms
Copy link

The bounding rectangle property looks not correct, most of the cases providers calculate the property using its bounding rectangle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants