-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
Cannot open parameters dialog twice - NVDA alpha-35316,1065b056 #17705
Comments
Can't reproduce. |
I can reproduce 100% of times, on portable version or running from source. Here is a more specific STR to reproduce:
The key is to open settings dialog through NVDA menu, not through one of its shortcuts. The parameters dialog does not open at the second attempt and the following errors are logged:
The issue has been introduced in commit 1065b05, from PR #17651. Cc @LeonarddeR Adding to 2025.1 milestone since the issue has been introduced during the current dev cycle. |
While technically spoken, this issue was introduced by me in #17651, I have absolutely no idea what causes it. May be it has to do with the fact that general is a base only section and it has some custom validation logic. I'm happy for #17651 to be reverted. I have no time to fix the underlying issue. |
@SaschaCowley you have added the release/blocking label but removed this issue from 2025.1 milestone. Did you intend to do this? This does not seem consistent. If yes, could you please explain why? |
Probably the easiest way to fix this is making this a boolean rather than a feature flag. |
@CyrilleB79 sorry about that, I did not mean to do so. Thanks for bringing it to my attention! |
Fixes #17705 Fixup of #17651 Summary of the issue: Pr #17651 introduced a feature flag in the general section of the config, but this is not supported yet. Description of user facing changes General settings panel can be reopened after saving. Description of development approach Rename the flag and make it a boolean.
Steps to reproduce:
Actual behavior:
Parameters does not reopen.
Expected behavior:
Parameters dialog should reopen as usual.
NVDA logs, crash dumps and other attachments:
System configuration
NVDA installed/portable/running from source:
NVDA installed
NVDA version:
NVDA alpha-35316,1065b056
Windows version:
Windows 11 24H2 (AMD64) build 26100.3194
Name and version of other software in use when reproducing the issue:
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
Yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
Usual behaviour
If NVDA add-ons are disabled, is your problem still occurring?
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
The text was updated successfully, but these errors were encountered: