Skip to content

Improve tab navigation flow for accessibility#1359

Merged
NorbertLoh merged 3 commits intoCATcher-org:masterfrom
e1121208:improve-tab-navigation
Jul 25, 2025
Merged

Improve tab navigation flow for accessibility#1359
NorbertLoh merged 3 commits intoCATcher-org:masterfrom
e1121208:improve-tab-navigation

Conversation

@e1121208
Copy link
Copy Markdown
Contributor

@e1121208 e1121208 commented Jun 28, 2025

Restructured tabindex order to ensure a logical navigation sequence: focus now moves from the issue title to the description field, followed by the severity and type dropdowns, then the submit button before reaching less important form elements. Enhances usability for keyboard users and improves overall accessibility.

Summary:

Fixes #1266

Changes Made:

  • Reordered the tab navigation sequence in the New Issue form for improved accessibility and user experience.
  • Ensured that pressing Tab now correctly moves focus from the issue title input to the description editor, followed by the severity and type dropdowns, then finally the submit button.

ScreenRecording2025-07-09at12 23 01AM-ezgif com-video-to-gif-converter

Proposed Commit Message:

Improve tab navigation flow for accessibility

Restructured tabindex order to ensure a logical navigation sequence:
focus now moves from the issue title to the description field, followed
by the severity and type dropdowns, then the submit button before reaching less important form
elements. Enhances usability for keyboard users and improves overall
accessibility.

Loading
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.

Improve CATcher's tab navigation

3 participants