-
-
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
NVDA Highlighter Window gets stuck on Windows taskbar after Windows Explorer is restarted #17696
Comments
How do you restart Windows File Explorer process? Also, could you provide a log in debug mode. For now, I cannot reproduce on my end but I am on Windows 10, what may make a difference. |
@CyrilleB79 By right-clicking "explorer.exe" process in Task Manager and selecting "Restart". |
@DimitrisKalaboukas, thanks for the second log. I have not yet looked at it. Anyway, I have done an attempt to fix the issue. |
@DimitrisKalaboukas, I have fixed the error in the previous message regarding the download link of the build. Could you test this build? |
@CyrilleB79 I don’t want to risk installing an unstable build on my system. I will test it when a stable version is released and provide feedback on this thread. |
@DimitrisKalaboukas you do not need to install this build. Just launch this installer, check the "I agree" checkbox to accept the licence and press "Continue running". NVDA will continue running from the installer, as a temporary portable copy, without touching your installed version or your configuration. Note that I am not able myself to reproduce the issue you are experimenting, maybe because I am on Windows 10. Thus, until you or someone else can test the fix, I prefer not to ask the fix to be merged in a release. |
@CyrilleB79 Unfortunately, it doesn't fix the issue on my end. |
@DimitrisKalaboukas thanks for having tested. Could you provide again a log while reproducing the issue? Thanks. |
@CyrilleB79 See line 1849 (“application explorer closed”) and so on in the above debug log: #17696 (comment) |
@DimitrisKalaboukas, sorry I have not been clear in my previous comment. I'd like to provide a new log with the test build I have referenced in my previous comment. I expect the error not to be the same as the one that was logged in your first log and I'd like to see it. |
Thanks @hwf1324 and @DimitrisKalaboukas for the logs. Unfortunately, I am not able to see anything that could help me find the cause of what you describe. Maybe anyone else can reproduce and investigate? |
@hwf1324 Well done! It fixes the issue. |
Fixed: nvaccess#17696 Summary of the issue: When the highlighter is enabled, the NVDA Highlighter Window icon is fixed on the taskbar after restarting Explorer. Description of user facing changes The NVDA Highlighter Window icon is no longer fixed in the taskbar after restarting Explorer. Description of development approach Add a WS_EX_TOOLWINDOW window style to the highlight window.
Steps to reproduce:
Actual behavior:
An empty and non-responsive NVDA Highlighter Window gets stuck on the taskbar.
Expected behavior:
There isn’t such a useless and non-closable window on the taskbar.
NVDA logs, crash dumps and other attachments:
nvda.log
System configuration
NVDA installed
NVDA version:
2024.4.2
Windows version:
Windows 11 24h2
Name and version of other software in use when reproducing the issue:
Windows File Explorer (native)
Other information about your system:
I think that it is a possible cause for the following issue:
https://nvda.groups.io/g/nvda/topic/what_is_the_nvda_highlighter/105176434
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.
Yes: 2024.4, 2024.4.1. Same behavior.
If NVDA add-ons are disabled, is your problem still occurring?
Yes
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Yes
The text was updated successfully, but these errors were encountered: