Fix braille breakage when activating say all with a config profile enabled#17164
Merged
Conversation
seanbudd
approved these changes
Sep 16, 2024
Member
|
Do you know when this regression was introduced? Should it go to 2024.4 beta? |
Collaborator
Author
|
I'm pretty sure it was there for a long time, I think I tested back to 2023.1 or so and the issue was there as well.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Fixed #17163
Summary of the issue:
When you have a config profile attached to say all and activate a config profile, braille is broken until you move out and into the document control.
Description of user facing changes
Braille follows along properly.
Description of development approach
The problem was that in the braille handler,
self._tetherwas set toautowhen it was configured to auto. Howeverself._tethershould only contain the internal tether state,focusorreview. Therefore if it is configured asauto, do not override the internal tether state of the braille handler.Testing strategy:
Tested str from #17163
Known issues with pull request:
None
Code Review Checklist:
@coderabbitai summary