Skip to content

Treat documents as being multiline in Braille#8569

Merged
michaelDCurran merged 2 commits into
masterfrom
i8407
Jul 31, 2018
Merged

Treat documents as being multiline in Braille#8569
michaelDCurran merged 2 commits into
masterfrom
i8407

Conversation

@michaelDCurran

@michaelDCurran michaelDCurran commented Jul 30, 2018

Copy link
Copy Markdown
Member

Link to issue number:

Fixes #8406

Summary of the issue:

Multiline text fields in braille should appear hard left on the braille display to allow as much room as possible for the content of the first line.
NVDA already does this for terminals, and anything with the multiline state. However, it does not do it for documents.
This is now a noticeable problem when using UI automation in MS Word, where the controlType for the UIA element for the document is in deed document. When previously using the object model, it was edit, but did have the multiline state.

Description of how this pull request fixes the issue:

Braille now treats documents as being multiline.

Testing performed:

Using NVDA with braille:

  • Opened MS Word with UIA enabled.
  • Confirmed that the braille display was showing the document's textInfo region hard left. I.e. for a new document there was just a flashing cursor at the start of the display and nothing else.

Known issues with pull request:

None.

Change log entry:

Bug fixes:

dkager
dkager previously approved these changes Jul 30, 2018
@michaelDCurran michaelDCurran merged commit a5e4555 into master Jul 31, 2018
@nvaccessAuto nvaccessAuto added this to the 2018.3 milestone Jul 31, 2018
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

Successfully merging this pull request may close these issues.

UIA in Word: the document should focus hard left in braille

3 participants