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

Improve keyboard accessibility of Vue timeline #889

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

tw4l
Copy link
Member

@tw4l tw4l commented Mar 29, 2024

Co-authored by Lee Davey [email protected]

Fixes #846

Description

Modifies tabindexes in Vue timeline to be set based on whether there are snapshots in a given period so that users navigating via keyboard do not need to tab through empty periods.

Motivation and Context

This change will make our application much easier to use for users who navigate via keyboard.

Screenshots (if appropriate):

Types of changes

  • Replay fix (fixes a replay specific issue)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added or updated tests to cover my changes.
  • All new and existing tests passed.

@tw4l tw4l requested a review from ikreymer March 29, 2024 16:10
@tw4l tw4l force-pushed the issue-846-timeline-accessibility branch from f30803e to f384f47 Compare April 2, 2024 21:18
@tw4l tw4l merged commit d1e1636 into main Apr 3, 2024
10 checks passed
@tw4l tw4l deleted the issue-846-timeline-accessibility branch April 3, 2024 21:02
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.

Accessibility problems with the Vue timeline
2 participants