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

fix(dropdown): fix redundant programmatic focusable element #5818

Merged
merged 5 commits into from
Apr 9, 2020

Conversation

asudoh
Copy link
Contributor

@asudoh asudoh commented Apr 7, 2020

This change eliminates redundant programmatic focusable element from vanilla dropdown.

Fixes #4640.

Changelog

New

  • Changed the closed state of menu item list UI from sequential focusable to programmatic focusable.

Testing / Reviewing

Testing should make sure vanilla dropdown is not broken.

This change eliminates redundant programmatic focusable element from
vanilla dropdown.

Fixes carbon-design-system#4640.
@asudoh asudoh requested review from emyarod and a team April 7, 2020 08:06
@ghost ghost requested review from joshblack and removed request for a team April 7, 2020 08:06
@asudoh asudoh requested a review from a team as a code owner April 7, 2020 08:09
@netlify
Copy link

netlify bot commented Apr 7, 2020

Deploy preview for carbon-elements ready!

Built with commit 3e82d59

https://deploy-preview-5818--carbon-elements.netlify.com

@netlify
Copy link

netlify bot commented Apr 7, 2020

Deploy preview for carbon-components-react ready!

Built with commit 3e82d59

https://deploy-preview-5818--carbon-components-react.netlify.com

@netlify
Copy link

netlify bot commented Apr 7, 2020

Deploy preview for carbon-elements ready!

Built with commit 9b6cc68

https://deploy-preview-5818--carbon-elements.netlify.com

@netlify
Copy link

netlify bot commented Apr 7, 2020

Deploy preview for carbon-components-react ready!

Built with commit 9b6cc68

https://deploy-preview-5818--carbon-components-react.netlify.com

Copy link
Member

@emyarod emyarod left a comment

Choose a reason for hiding this comment

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

looks good to me, dropdowns do not have the extra tab stop now

@asudoh asudoh merged commit b7e5bba into carbon-design-system:master Apr 9, 2020
@asudoh asudoh deleted the vanilla-dropdown-focus branch April 9, 2020 23:15
joshblack pushed a commit to joshblack/carbon that referenced this pull request Apr 16, 2020
…esign-system#5818)

This change eliminates redundant programmatic focusable element from
vanilla dropdown.

Fixes carbon-design-system#4640.
joshblack pushed a commit that referenced this pull request Apr 21, 2020
This change eliminates redundant programmatic focusable element from
vanilla dropdown.

Fixes #4640.
This was referenced Apr 23, 2020
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.

Vanilla: Invisible focusable element observable after dropdown is selected
4 participants