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

Avoid reading window accessibility data for hidden elements #878

Open
abrichr opened this issue Oct 17, 2024 · 0 comments
Open

Avoid reading window accessibility data for hidden elements #878

abrichr opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@abrichr
Copy link
Member

abrichr commented Oct 17, 2024

Feature request

On Windows, when reading window (accessibility) data, we can observe context menus being activated automatically. We would like to prevent this.

One way is to avoid descending into branches of the accessibility tree for elements that are not already visible.

Motivation

No response

@abrichr abrichr added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant