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

Microsoft Word: NVDA freezes when searching for header rows #5878

Closed
michaelDCurran opened this issue Apr 12, 2016 · 1 comment
Closed

Microsoft Word: NVDA freezes when searching for header rows #5878

michaelDCurran opened this issue Apr 12, 2016 · 1 comment
Assignees
Milestone

Comments

@michaelDCurran
Copy link
Member

A part from supporting automatic column header reading via bookmarks, NVDA also searches for rows that are marked as being a header row, and includes them as well.
However, for large tables, for instance 300 rows or more, NVDA will freeze for an extremely long time, and may stop reading table information all together.
The reason for this is that NVDA walks down the rows until it finds a row marked as a header row. It does this out-of-process which is very slow.
Documentation for Microsoft Word states that when setting a header row, the top row must be included. Therefore, we should change NVDA so that it only walks down rows while it is on a header row. I.e. Either the top row, plus 1 or more further rows are the header rows, or there are none at all.

@nvaccessAuto
Copy link

Incubated in ce9a7e6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants