Skip to content
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

Speak typed characters and words in Excel in protected view (Excel 2016 at least) #6570

Closed
Qchristensen opened this issue Nov 17, 2016 · 0 comments
Assignees
Labels
p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
Milestone

Comments

@Qchristensen
Copy link
Member

When a spreadsheet is downloaded from the internet, Excel opens it in "Protected view" so that macros and other potentially malicious content cannot be run. The workbook is also read only.

If you move to any cell in the workbook and type text, Excel ignores it - the original content of the cell is retained and visually, it never appears to go into edit mode (typed characters never appear anywhere).

With "speak typed characters" on, NVDA reads any characters typed twice. With "speak typed words" on, NVDA, when spacebar is pressed, NVDA reads the word that was typed as individual letters. For instance, type:

The

With speak typed characters on, NVDA reads:

T t h h e e

as you type. When you press space, if speak typed characters is on, NVDA reads:

tthhee space space

With speak typed characters off, text is not read as you type it (but the "word" is still read if speak typed words is on).

The expected behaviour should be to alert the user in some manner that the text is not being typed (as a sighted user will see that the text is not being typed).

@feerrenrut feerrenrut added the p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority label Nov 17, 2016
@nvaccessAuto nvaccessAuto added this to the 2017.1 milestone Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
Projects
None yet
Development

No branches or pull requests

4 participants