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: sayAll fails within tables when hitting end-of-cell marks #4423

Closed
nvaccessAuto opened this issue Aug 27, 2014 · 1 comment
Closed

Comments

@nvaccessAuto
Copy link

Reported by mdcurran on 2014-08-27 00:52
Due to the addition of the auto row/column headr reading code, NVDA's sayAll functionality stops within tables at end-of-cell marks as it can't properly fetch an MS Word table cell object on these marks.

@nvaccessAuto
Copy link
Author

Comment 1 by Michael Curran <mick@... on 2014-08-27 00:57
In [30713f9]:

MS Word document TextInfo: when lazily fetching table row/column header text for control fields, catch IndexError when looking up the first cell on an MS Word range object, as if the range is on an end-of-cell mark or not in a table, this will fail. Fixes #4423

Changes:
State: closed

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

No branches or pull requests

1 participant