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

Adding basic support for Narrators on Dropdown #433

Merged
merged 6 commits into from
Apr 10, 2018
Merged

Adding basic support for Narrators on Dropdown #433

merged 6 commits into from
Apr 10, 2018

Conversation

hartra344
Copy link
Contributor

addresses #216

@coveralls
Copy link

coveralls commented Apr 9, 2018

Coverage Status

Coverage increased (+0.04%) to 93.733% when pulling 845a400 on hartra344:accessibility into ccfc73d on ng-select:master.

Copy link
Member

@anjmao anjmao left a comment

Choose a reason for hiding this comment

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

@hartra344 Thanks a lot. Looks, good, I will test it locally and merge later today.

.toBe(select.itemsList.markedItem.htmlId);
}));

it('should set aria-activedecendant equal to chosen item on arrow up', fakeAsync(() => {
Copy link
Member

Choose a reason for hiding this comment

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

Looks like a duplicate test.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, you're right!

@hartra344
Copy link
Contributor Author

Also just a quick note. This method of narration support does not currently work with Apple's Voice Over. Here is a webkit bug about that: https://bugs.webkit.org/show_bug.cgi?id=167671 . Couldn't find a better method on this kind of control though and it's what the CDK team uses.

@anjmao anjmao merged commit 30201c0 into ng-select:master Apr 10, 2018
@hartra344 hartra344 deleted the accessibility branch April 10, 2018 05:56
jakemdunn pushed a commit to jakemdunn/ng-select that referenced this pull request Oct 16, 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.

None yet

3 participants