-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
In the windows explorer in the open dialog file list file names are read twice #10620
Comments
Actually, I can replicate that bug in 2019.2.1.
|
2019.2.1, this version pronounces file and folder names in the windows explorer open dialog file list once.
What about in the add-on installer dialog? I am getting your double-speak
behavior there in 2019.2.1.
|
This is a duplicate of #2395 and it is definitely not a regression. |
Can you give arguments, why this is not a bug?
Users see this like a bug, because it’s spurious
|
Luke…
It’s normal for portable copies, but not for installed
|
@zstanecic wrote;
Where you've seen me saying that it is not a bug? I only said that it is not a regression because, well duplicate of issue from 2012 cannot be a regression, can it? |
It’s normal for portable copies, but not for installed
My 2019.2.1 is installed. Win 10 1909.
And that shouldn't be normal for any copies.
|
Are tool tips turned on?
One thing I do notice though is that some open dialogues are different to
others and have different behaviour quite often, some are more like the old
xp look and feel, others like the version of windows being run. I've even
found the sorting order of files different in open dialogues as well, so one
has to be careful about blaming explorer.
|
Hi brian,
Tooltips are off.
|
I can reproduce this issue in 2019.3beta2 and also in 2019.2.1. While it is not a regression it would be good to fix it if we can. It won't get fixed for 2019.3. |
Hi, I get a feeling that this is caused by name/description pair where both strings are the same. If so, fixing this should also fix the problem experienced by people trying to install add-ons from Add-ons Manager rather than from File Explorer. Thanks.
|
…cessible. Fix for nvaccess#10620 Fix for nvaccess#2395
@zstanecic Could you please try this build and confirm that items are no longer announced twice in places in which they previously were? |
…sed via IAccessible (PR #10750) Summary of the issue: Windows Explorer list items repeat 'name' as the 'value' property. By default we are accessing it via UIA, and in this case the 'value' property was discarded. There are situations, such as NVDA's own open windows where UIA cannot be used (it causes freezes) and in these cases repetitions were annoying. The fix: Similar to what has been done for UIA value of these items is discarded when accessed via IAccessible Fixes #10620 Fixes #2395
Steps to reproduce:
Actual behavior:
file and folder names are pronounced twice, for example ad-on updater.nvda-addon, or the folder name add-ons add-ons
Expected behavior:
Folder and file names should be spoken once, as in NVDA 2019.2.1
System configuration
NVDA installed/portable/running from source:
installed and portable
NVDA version:
latest NVDA beta 2019.3 beta 1 and the last snap from the alpha branch
Windows version:
10.0.18363
Name and version of other software in use when reproducing the issue:
n/a
Other information about your system:
DualCore Intel Core i7-7500U, 3500 MHz (35 x 100),
8GB DDR 4 (2133)
tested also on my lenovo ideapad 320 15isk intel i3 6006U
Other questions
Does the issue still occur after restarting your PC?
yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
2019.2.1, this version pronounces file and folder names in the windows explorer open dialog file list once.
The text was updated successfully, but these errors were encountered: