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: heading level is hidden on braille display when cursor is at start of heading #3701
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-26 21:36
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by mdcurran on 2014-01-26 21:37 |
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 02:59
When reading a line of a Microsoft Word document on a braille display, NVDA communicates that the current paragraph is a heading by showing h# (where number is the outline level) at the start of the text. However, this only shows if the cursor is past the first character. On the first character the heading indicator is erased.
This is indirectly due to the heading controlfields from NVDA's in-process Microsoft word support not exposing the _startOfNode attribute.