Skip to content

Present the document view and file browser area as a group to VoiceOver/accessibility#856

Closed
dusek wants to merge 2 commits intotextmate:masterfrom
dusek:accessibility-grouping
Closed

Present the document view and file browser area as a group to VoiceOver/accessibility#856
dusek wants to merge 2 commits intotextmate:masterfrom
dusek:accessibility-grouping

Conversation

@dusek
Copy link
Contributor

@dusek dusek commented Mar 2, 2013

More detailed description in first commit's message.

These patches are released to public domain by my employer, BRAILCOM,o.p.s.

dusek added 2 commits March 2, 2013 16:31
This enables VoiceOver user to see the document view as a single
element and interact with it (i.e. inspect its subelements) only when
needed by using the VO-Shift-down shortcut (and stop interacting with
it using VO-Shift-up shortcut). This makes the element structure more
hierarchical where at the top level are only major user interface
components, so that it's easier for orientation. It also prevents
unrelated UI elements to be sequential as VoiceOver by default orders
elements by the visual order (top-down, left-right) rather then
the order in the AXChildren array. For example in this case,
the bottom status bar of the document window gets separated from
the bottom toolbar of the file browser, unlike the situation before
grouping when both bars were adjacent to the VoiceOver user.
@sorbits
Copy link
Member

sorbits commented Mar 3, 2013

Pulled as 944e1e3...5391d1d.

Great stuff!

@sorbits sorbits closed this Mar 3, 2013
@dusek dusek deleted the accessibility-grouping branch March 3, 2013 15:18
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.

2 participants