Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMicrosoft word: start of table and start of cell indicators are repeated several times on braille displays #3702
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by Michael Curran <mick@... on 2013-12-09 03:11
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by Michael Curran <mick@... on 2014-01-06 07:23
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by mdcurran on 2014-01-06 07:33 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedDec 9, 2013
Reported by mdcurran on 2013-12-09 03:07
When reading a table in Microsoft Word with a braille display, with the cursor positioned at the start of a cell, the table info and the cell info is repeated sometimes up to 3 times.
This is because the MicrosoftwordDocumentTextInfo's getTextWithFields is returning fields even when the TextInfo is collapsed. Either this getTextwithFields should not do this if its TextInfo is collapsed, or braille._addTextfield should not render fields when given collapsed TextInfos.