-
Notifications
You must be signed in to change notification settings - Fork 379
Description
Describe the problem
Followup based on comment #7520 (comment)
The skip to content component has a bug in demos where when you click it, focus remains at the top of the page/the page does not scroll to the main content.
How do you reproduce the problem?
- Go to skip to content React demo
- Press Tab to place focus on the Skip to content button, press Enter, then press Tab again. Notice that focus goes back to the skip button, and the page did not scroll to the main content.
- If you click anywhere on the page first then follow the steps above, the page does scroll to the main content, but focus still remains at the top of the page when pressing Tab again
- Go to bulk select table demo and repeat Step 2, and notice the same behavior.
Expected behavior
The skip to content in React demos should have the same behavior as seen in the skip to content HTML demo
Additional notes
Possibly an issue with routing? Noticed when testing something via VO in Safari that the page does scroll to the linked content area, but then immediately returns to the top of the page.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done