Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccessibilityProvider getPosInSet and getSetSize #29118

Merged
merged 1 commit into from
Jun 21, 2017
Merged

Conversation

isidorn
Copy link
Contributor

@isidorn isidorn commented Jun 20, 2017

An attempt to enrich the Tree AccessibilityProvider by adding optional getPosInSet and getSetSize. This fixes the microsoft/monaco-editor#444 and gives all trees the option to opt into this

Note that it is not possible to solve this issue only in the QuickOpen world since QuickOpen does not have access to the proper dom element which should have this area attributes.

fixes #27900
fyi @alexandrudima

@isidorn isidorn added this to the June 2017 milestone Jun 20, 2017
@bpasero bpasero assigned isidorn and unassigned joaomoreno and bpasero Jun 21, 2017
Copy link
Member

@bpasero bpasero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isidorn this is very very cool 👍

@isidorn
Copy link
Contributor Author

isidorn commented Jun 21, 2017

@bpasero thanks, merging it in then.

@isidorn isidorn merged commit d405e64 into master Jun 21, 2017
@alexdima
Copy link
Member

Nice Thank you!!!

@bpasero bpasero deleted the isidorn/tree-aria branch June 21, 2017 08:40
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tree: set aria-setsize and aria-posinset
5 participants