Skip to content

fix(chatroom): remove positive tabindex from composer input (#270) - #300

Open
Voyagerroc-Lab wants to merge 1 commit into
docs-plus:mainfrom
Voyagerroc-Lab:fix/remove-positive-tabindex-composer
Open

Voyagerroc-Lab wants to merge 1 commit into
docs-plus:mainfrom
Voyagerroc-Lab:fix/remove-positive-tabindex-composer

Conversation

@Voyagerroc-Lab

@Voyagerroc-Lab Voyagerroc-Lab commented Sep 14, 2026

Copy link
Copy Markdown

Fixes #270

Summary of Changes

  • Removed tabIndex={1} on the composer input wrapper and tabIndex={2} on EditorContent in Input.tsx, eliminating artificial positive tab indices and adhering to WCAG 2.2 Focus Order (SC 2.4.3).
  • Updated Cypress send-and-retry.cy.ts to target the editable element [data-testid="composer-input"] [contenteditable="true"].
  • Verified no other element in apps/webapp/src has a positive tabIndex.

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.

Remove the positive tabindex from the chat composer input

1 participant