Closed m-akinc closed 1 year ago
Thanks for this and including tests!
@chrisdholt What do I need to do to get this and another related fix (https://github.com/microsoft/fast/commit/84726aa1312068d10df176709d760764d577420f) cherry-picked into archives/fast-element-1
? Do I just cherry-pick them into my fork's archives/fast-element-1
and then open a pull request? Or does one of the maintainers have to cherry-pick them directly?
@chrisdholt What do I need to do to get this and another related fix (84726aa) cherry-picked into
archives/fast-element-1
? Do I just cherry-pick them into my fork'sarchives/fast-element-1
and then open a pull request? Or does one of the maintainers have to cherry-pick them directly?
I tried to quickly cherry-pick this last night but there were conflicts due to package changes. I might suggest just opening a new pr against archives/fast-element-1 for simplicity. Happy to rebase it myself, but that may be quicker :)
Pull Request
π Description
There is a bug in the tabs component where you can use the keyboard (arrows, home/end) to navigate to a hidden tab. None of the tabs will appear as active, but the tab panel for the hidden tab will be displayed.
π« Issues
NA
π©βπ» Reviewer Notes
π Test Plan
There is a TODO in the tabs test file for creating tests for keyboard navigation. I have created just two tests to exercise the use cases I fixed.
β Checklist
General
$ yarn change
Component-specific
β Next Steps
I would like this change cherry-picked into the
archives/fast-element-1
branch.