Skip to content

No longer reset braille tables to auto when changing language#18545

Merged
seanbudd merged 1 commit into
nvaccess:masterfrom
LeonarddeR:brailleTableChange
Jul 24, 2025
Merged

No longer reset braille tables to auto when changing language#18545
seanbudd merged 1 commit into
nvaccess:masterfrom
LeonarddeR:brailleTableChange

Conversation

@LeonarddeR

Copy link
Copy Markdown
Collaborator

Link to issue number:

Fixes #18538

Summary of the issue:

NVDA changes braille tables to automatic when changing language. This is undesirable, because when braille tables were ever set manually, we don't want them to be reset without consent.

Description of user facing changes:

Braille tables won't be touched when changing NVDA's language.

Description of developer facing changes:

None

Description of development approach:

Just removal of setters for braille tables when changing language.

Testing strategy:

Tested that the braille tables will no longer be changed when changing language.

Known issues with pull request:

None

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

@coderabbitai summary

Copilot AI review requested due to automatic review settings July 23, 2025 09:37
@LeonarddeR LeonarddeR requested a review from a team as a code owner July 23, 2025 09:37
@LeonarddeR LeonarddeR requested a review from SaschaCowley July 23, 2025 09:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the automatic reset of braille translation tables when users change NVDA's interface language. Previously, NVDA would force both input and translation braille tables back to "auto" mode whenever the language was changed, which was problematic for users who had manually configured specific braille tables for their needs.

  • Removes automatic braille table reset behavior from language change functionality
  • Preserves user's manually configured braille table settings when switching languages

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
user_docs/en/changes.md Adds changelog entry documenting the behavioral change
source/gui/settingsDialogs.py Removes the code that automatically resets braille tables to "auto" when language changes

@seanbudd seanbudd merged commit cbc49f8 into nvaccess:master Jul 24, 2025
20 checks passed
@SaschaCowley SaschaCowley added this to the 2025.3 milestone Aug 18, 2025
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

Successfully merging this pull request may close these issues.

NVDA should leave braille tables alone when changing language

4 participants