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

[0.68-stable] Fix VoiceOver for single-line TextInput #1290

Merged
merged 1 commit into from
Jul 25, 2022

Commits on Jul 25, 2022

  1. Fix VoiceOver for single-line TextInput (microsoft#1271)

    This adds the appropriate override for AppKit (`setAccessibilityElement:`) so that the `NSTextField` will not get set to be accessible, since its cell instead is already accessible and performs the correct VoiceOver behaviors.
    
    VoiceOver now reads as you type in a single-line `TextInput`
    
    Co-authored-by: Scott Kyle <skyle@fb.com>
    2 people authored and chiuam committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    7815f3c View commit details
    Browse the repository at this point in the history