-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
Improvements (enhancements) for Windows Explorer #3152
Comments
Comment 1 by jscholes (in reply to comment description) on 2013-04-14 11:26
This is the case in all folders, regardless of number of items, but to be honest I don't see why there would be any ambiguity here. You hear the name of an item, hit space, and that item is selected. Why do you need to hear the name of that item again? |
Comment 2 by tspivey on 2014-12-22 06:29
|
From the ticket body, 1 needs to most definitely be taken into account. With regards to 3, I concur with #3152 (comment). Similarly, 2 also sounds like unneeded verbosity like 3. If all of us agree about this, may we narrow the scope of this ticket only to the first pointer? |
In case of 1., NVDA says "list view item 1" if there is at least an item in the list. If there is no item NVDA says only the name of the folder and "list view" is not reported because there is nothing in the list. So I think this is a clear sign that there is no element in a list. In my view we can live with that. |
In case of 2. NVDA does not report the name of the element expanded in tree view, but it does report the level of elements in the tree view (i.e. if you press right arrow and expand an element NVDA report "level 3"). This is also clear information that the level 2 object is expanded. |
I agree with number 3. There is no reporting of selected element in a list in Windows explorer when pressing space bar. |
overall, we must be cautious in implementing too much verbosity in NVDA. This could really make NVDA inefficient. In my view, lots of information is clearly spoken, we just have to learn how to interpret it. |
@Adriani90 I understand your cautiousness about implementing too much verbosity into NVDA, but we must think from the perspective of the beginner users as well, for whom more verbosity may be required/recommended. Even if we don't consider my statement above, sighted users do see at least 2 clear indications for the fact that a folder is empty: they do see that there are no items in it and there is a text saying that the folder is empty. NVDA users don't get either of those indications directly and they have to make interpretations/guesses for the fact that a folder is empty, which is not good, specially for beginner users. As for 2 and 3 - I would still prefer for them to be implemented into NVDA, but they are minor things and I can drop them out if the majority of NVDA users think that such information is superfluous. |
Hi, |
Hi, 2023 update: regarding item 1, Javi wrote an add-on (Explorer Enhancements) that resolves the first issue partially - it doesn't report empty folder text when selective UIA event registration is on. Given that File Explorer is now a UIA world, I doubt this can be fixed easily from NVDA side unless Microsoft takes @jcsteh's comment from #5759. P.S. I did offer to take Javi's add-on into Windows App Essentials add-on to reduce duplication and make the fix available to more people, but I realized that this can add to stress and can overwhelm me. Javi resolves this by listening to name change and focus entered events, the latter allows NVDA to say "folder is empty" when you tab to header control (name, size, etc.). As for selection and collapse/expanded tree view item announcement (items 2 and 3): this is a state change event. I haven't come across state change events that will announce control name - NVDA's own user interface does raise state change events through MSAA, and you don't hear NVDA announce the name of the control you are on while states are changing (say, checking various NVDA settings checkboxes). I think verbosity is important, but what's more important for me is consistency - I think NVDA should provide a consistent output unless justified otherwise. For item 1, yes this is a File Explorer bug - hope it can be resolved soon (Narrator also suffers from no "folder is empty" announcement bug). For items 2 and 3, while increased verbosity can benefit some, it runs contrary to the user experience of state change events. As Bhavya noted, if we are to focus on item 1, then I advise closing this issue in favor of #5759 unless people can provide justifications to pursue items 2 and 3 also. Thanks. |
Hi, One year later: item 1 is fixed in recent Windows Insider build (tested with 26052 and later). As I wrote a year ago (see above), I vote to close this if people would like to let this issue focus on empty folder announcement in File Explorer. Thanks. |
Closing for reasons joseph outlined. a new issue up to date would be appreciated for any remaining issues |
Reported by k_kolev1985 on 2013-04-14 09:39
I would like to suggest a few improvements for the way in witch NVDA works with Windows Explorer.
The text was updated successfully, but these errors were encountered: