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

Implement UIA property change event #19

Closed
mwcampbell opened this issue Sep 21, 2021 · 2 comments
Closed

Implement UIA property change event #19

mwcampbell opened this issue Sep 21, 2021 · 2 comments

Comments

@mwcampbell
Copy link
Contributor

Once #6 is resolved, raise UIA property change events at appropriate times. Since UIA properties don't always directly map to AccessKit fields, there will probably need to be some ugly special cases here.

@mwcampbell
Copy link
Contributor Author

#49 includes a generic implementation of this. It avoids ugly special cases by calling property getters on the old and new versions of a node. This might not be the most efficient possible implementation, but we'll handle that problem if it actually comes up. I'll close this issue once I've expanded this generic implementation to cover pattern properties as well.

@mwcampbell
Copy link
Contributor Author

#79 finishes this.

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

1 participant