nvda
075e1f72 - Don't speak out of error if NVDA is not configured to report errors while reading via speech or sounds (#19936)

Commit
45 days ago
Don't speak out of error if NVDA is not configured to report errors while reading via speech or sounds (#19936) ### Summary of the issue: When NVDA is configured to report spelling or grammar errors with sounds or in braille, even when it's not configured to report them via speech output, if the cursor is moved out of an error, NVDA says "out of spelling (or grammar) error". ### Description of user facing changes: For NVDA 2026beta, NVDA no longer speak "out of error" if it's not configured to speak or play a sound for spelling or grammar errors. ### Description of developer facing changes: None. ### Description of development approach: A private function has been created to determine if out of errors should be reported. It returns True if NVDA is configured to report errors with speech or sounds. ### Testing strategy: Tested manually, enabling the reporting of errors via braille, speech, or sound outputs. ### Known issues with pull request: None.
Author
Parents
Loading