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

Fix: NVDA ensureSettings path not throwing unkown atName #55

Merged
merged 2 commits into from
May 22, 2024

Conversation

gnarf
Copy link
Contributor

@gnarf gnarf commented May 22, 2024

Without a return here the code path drops through and throws Unable to ensure proper settings. Unknown atName NVDA

@gnarf gnarf requested a review from jugglinmike May 22, 2024 17:19
@gnarf
Copy link
Contributor Author

gnarf commented May 22, 2024

You could either cherry pick the original fix - or use my update (putting the throw in an else in case another branch forgets the return)

@gnarf gnarf changed the title Return in successful branch of ensureSettings for NVDA Fix: NVDA ensureSettings path throwing unkown atName May 22, 2024
@gnarf gnarf changed the title Fix: NVDA ensureSettings path throwing unkown atName Fix: NVDA ensureSettings path not throwing unkown atName May 22, 2024
Copy link
Contributor

@jugglinmike jugglinmike left a comment

Choose a reason for hiding this comment

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

Thanks!

@jugglinmike jugglinmike merged commit 7157b74 into w3c:main May 22, 2024
4 checks passed
@jugglinmike jugglinmike deleted the fix-nvda-set-settings branch May 22, 2024 18:23
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.

2 participants