-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Enable AutoDisableAccessibility Chromium runtime flag #162331
Comments
@deepak1556 thanks a lot for this. Just as a refresh, this only affects macOS? |
@isidorn I have enabled it for all OS since there is no downside. As part of this, I also redid the accessibility event that gets fired from the runtime to work well with this feature flag. So, in endgame it would be good to have test plan that ensures our accessibility detection continues works fine on all OS. |
@deepak1556 ok, I can create a test plan item for that today with complexity 3. fyi @meganrogge |
Created test plan item #167159 |
As part of https://bugs.chromium.org/p/chromium/issues/detail?id=1143047 chromium added a runtime feature called AutoDisableAccessibility and it works like this:
We should try out this flag to see how it affects our accessibility detection on macOS.
The text was updated successfully, but these errors were encountered: