-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Unexpected behavior in keyboard navigation in DropdownV2 #2600
Comments
Thanks for making this @ColbyJohnIBM! This definitely seems like a regression, as enter or spacebar should definitely open up the control. Will need to dive in further 👍 |
This issue is becoming more pressing for us as we're trying to make our application more accessible. Any thoughts on when this might be worked on? |
Seeing the same issues and also looking forward to a fix. |
@lpatino10 thanks for chiming in! Just wanted to say that the fastest way to see a fix is to create a Pull Request for it! Always looking for contributions 😄 |
We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. Thanks for your contributions. |
Hi there! 👋 If you're wondering why this issue was moved, we're currently updating our repo structure so that every package is found in the same project. This should not have any impact for you, but we wanted to give you a heads up in case you were wondering what is going on. If you have any questions, feel free to reach out to us on Slack or contact us at: [email protected]. Thanks! |
Just chiming in here. Doing an AVT2 test and dropdown v10 does not open on enter in the latest Firefox on Windows I'll escalate the severity and priority 👍 |
@dakahn I believe this should be resolved now with @aledavila latest fix! Or, at the very least, things like enter and double VO focus seem to be resolved. |
Detailed description
When using keyboard navigation, the DropdownV2 component gets focus twice. It also does not open the menu on an enter press.
Yes, DropdownV2.
Chrome
6.28.3
Watson Compare & Comply Tooling UI, no extremely pressing deadline
Steps to reproduce the issue
div.bx--dropdown.bx--list-box
receives focus. Note that pressing enter or using the arrow keys seem to do nothing. (Not expected, pressing enter or the down key should open the menu.)div.bx--list-box__field
receives focus. (Not expected, as this essentially focuses on the same button.) Note that pressing enter seems to do nothing. (Not expected, pressing enter should open the menu.) Note that pressing the down key does open the menu, and that further navigation from this point is straightforward / intuitive. (This is as expected.)The text was updated successfully, but these errors were encountered: