nvda icon indicating copy to clipboard operation
nvda copied to clipboard

Add an option to choose if hiden columns in list will be reported

Open nvdaes opened this issue 6 years ago • 3 comments

Is your feature request related to a problem? Please describe.

In alpha versions, NVDA doesn't report hiden columns in lists (issue #9873). Now, when we navigate by columns with control+alt+right and left arrows, NVDA is still reporting the column number according to the original column order, and so the number of steps in table navigation can be inconsistent respect to the column number reported, if the list contains hiden columns.

Describe the solution you'd like

A settings in Presentation object category to choose if hiden columns will be reported by NVDA, similar to screen layout option used for browse mode.

Describe alternatives you've considered

This could be treated as a regression, but @leonardder and me have discussed this and we think it's not appropriate, as shown in messages posted on the development mailing list:

Additional context

Sometimes, we may want to use the _getColumnNumber function. This method may not to be marked as private.

nvdaes avatar Oct 19 '19 11:10 nvdaes

cc: @ABuffEr

Adriani90 avatar Jun 28 '24 22:06 Adriani90

Maybe it could be useful to provide a str. I, and imagine @nvdaes too, see this behavior in eMule search results (enabling table cell coordinates reporting, that I keep usually disabled). In that situation, file name, that appears as first column, is reported as 10th column. I agree that it could be better...

ABuffEr avatar Jun 29 '24 10:06 ABuffEr

Hello, at this moment, in search results of eMule, I see name as the first columna when using controlalt arrow keys, but it's considered the fourth column, so that it's reported by pressing NVDA+control+4 when using our eMule add-on. Hope this can be addressed.

nvdaes avatar Jun 29 '24 12:06 nvdaes

I agree having an option in advanced NVDA settings would make sense. Blind developers might need the current behavior, but the normal user would rather prefer the expected behavior.

Adriani90 avatar Nov 13 '24 19:11 Adriani90