[UEPR-477] Tips Library - Focus after item select#449
Open
kbangelov wants to merge 4 commits intoscratchfoundation:release/UEPR-297-accessibility-improvementsfrom
Open
Conversation
adzhindzhi
reviewed
Feb 18, 2026
Contributor
There was a problem hiding this comment.
What feels a bit odd in the current implementation is that if the tutorial starts with anything other than a video, there's nothing actionable on the card. So even if it's focused, pressing Tab just takes you back to the beginning.
It might make sense to only make the card focusable when there's actually a video to play. I can't think of any other actionable elements on it right now. Ideally, users should also be able to navigate between steps or close the tutorial modal via keyboard, but that's outside the scope of this task. What do you think?
Contributor
Author
There was a problem hiding this comment.
So just without the image then? I agree.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves
https://scratchfoundation.atlassian.net/browse/UEPR-477
Proposed Changes
Made tutorials get focused after being selected. The focus return logic for the tutorials button was pretty much already there.
Reason for Changes
Part of accessibility initiative for Scratch.