Fix tab order on desktop
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 3
- Avg merge
- 21h 52m
- Merged PRs (30d)
- 13
Description
Given the following example on desktop screen size:
https://puzzle.github.io/puzzle-shell/?path=/story/puzzle-shell-examples-content-app-with-search--default
Current tab order:
- Logo (if it has any link, which is not the case in the above example)
- Search input
- Menu actions (which are absolutely positioned over the topbar)
- Menu items (links "Fruit", "Vegetables" etc.)
- Any links in the content (not present in the above example)
- Footer links (not present in the above example)
Desired tab order:
- Logo
- Menu actions
- Menu items
- Search input
- Any links in the content
- Footer links
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Storybook example at the provided URL and inspect the desktop shell's rendered tab sequence. Adjust the shell so focus moves from the logo to menu actions, menu items, the search input, content links, and footer links, then verify the sequence with keyboard navigation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- storybook, typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100