ebay-listbox-button: keyboard focus issue after shift-tabbing back to button from listbox #1778
Labels
aspect: a11y
component: listbox-button
priority: 3
Fix should be on roadmap or backlog
size: 1
status: backlog
Milestone
Bug Report
eBayUI Version: 10.x
Description
Result: listbox collapses, and focus moves to next focusable element on page.
Expected: focus returns to listbox.
I think we just need to change the listbox to have tabindex=0 when in expanded state, rather than tabindex=-1, as in this example: https://makeup.github.io/makeup-js/makeup-listbox-button/index.html
Workaround
Yes. Move focus back to button and press ENTER or SPACEBAR again to re-open listbox.
The text was updated successfully, but these errors were encountered: