-
Notifications
You must be signed in to change notification settings - Fork 421
Combobox Examples with listbox popups: scroll item referenced by aria-activedescendant into view #2055
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
Conversation
…nto view when pointed to be aria-activedescendant
|
@mcking65 |
|
Thank you for the quick change. It works correctly now |
|
@JAWS-test |
|
@jongund I have some questions about:
It looks like the scrolling into view is only done from the setActiveDescendant method. What are the user events that can trigger the scrolling? Is it only focus events? Are the only user activities that can cause an option to scroll out of view keyboard presses or a next item gesture from a touch screen reader? You also made some changes related to blur events. What drives the need for those changes? What do you think of writing the documentation for this change as follows?
|
|
@mcking65 |
howard-e
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code reviewed and LGTM.
I did notice that when running the regression tests locally on macOS Monterey and Big Sur that there is a failing case. I've opened a new issue for it #2073 so we may keep track, as this PR made no changes which caused that.
|
Accessibility review was completed during last telecon. Merging. |
Resolves #2052
Preview Link:
aria-autocomplete=bothPreview Link:
aria-autocomplete=listPreview Link:
aria-autocomplete=noneEditor's review checklist
The scope of changes for this pull request necessatates only the following reviews.