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

Add-button: List: Fix grid behaviour when expandable nested list closed #4447

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

margaree
Copy link
Contributor

@margaree margaree commented Feb 9, 2024

Can be seen here in the add-button demo at the bottom of the page.
Tab in, add-button should highlight, press down arrow and focus goes to bottom add button (not expected) and then can't move away from there.

With this change, _getNextFlattenedListItem only returns the nested child when it's actually possible that that should be used for next list item focus. It's possible there are risks with this I'm missing since the logic of this is a bit complex.

Copy link
Contributor

github-actions bot commented Feb 9, 2024

Thanks for the PR! 🎉

We've deployed an automatic preview for this PR - you can see your changes here:

URL https://live.d2l.dev/prs/BrightspaceUI/core/pr-4447/

Note

The build needs to finish before your changes are deployed.
Changes to the PR will automatically update the instance.

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.

None yet

1 participant