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.
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.