-
Notifications
You must be signed in to change notification settings - Fork 350
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
aria1.0 combobox with autocomplete=both example: Make Up Arrow set activedescendant to last match in list #857
Conversation
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.
This particular issue seems resolved when testing with JAWS in Firefox and Chrome.
@@ -75,6 +75,7 @@ ComboboxList.prototype.init = function () { | |||
}; | |||
|
|||
ComboboxList.prototype.setActiveDescendant = function (option) { | |||
console.log('[setActiveDescendant]: ' + option + ' ' + this.listbox.hasFocus); |
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.
Shouldn't this be removed?
I removed the console.log statement from the javascript file |
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.
Visual styling looks good!
I fixed the bug in the up arrow key not properly setting aria-activedescendant