Skip to content

fix: draw signature tab accessibility#7058

Merged
vitormattos merged 2 commits intomainfrom
fix/draw-signature-tab-accessibility
Mar 2, 2026
Merged

fix: draw signature tab accessibility#7058
vitormattos merged 2 commits intomainfrom
fix/draw-signature-tab-accessibility

Conversation

@vitormattos
Copy link
Copy Markdown
Member

No description provided.

…gnature type tabs

NcButton elements inside role="tablist" were using aria-pressed which
causes screen readers to announce them as toggle buttons instead of tabs.
Screen readers rely on role="tab" + aria-selected to announce tab position
(e.g. "Draw, tab 1 of 3") and to enable arrow-key navigation between tabs.

Signed-off-by: Vitor Mattos <[email protected]>
Before signing, verify the three tabs (Draw, Text, Upload) are reachable
by role="tab", that the active tab has aria-selected="true" and the
inactive ones have aria-selected="false", and that switching tabs
updates the selected state correctly.

Signed-off-by: Vitor Mattos <[email protected]>
@vitormattos vitormattos added this to the Next Major (34) milestone Mar 2, 2026
@vitormattos vitormattos self-assigned this Mar 2, 2026
@github-project-automation github-project-automation Bot moved this to 0. Needs triage in Roadmap Mar 2, 2026
@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable33

@vitormattos vitormattos merged commit ceaff56 into main Mar 2, 2026
69 checks passed
@vitormattos vitormattos deleted the fix/draw-signature-tab-accessibility branch March 2, 2026 20:48
@github-project-automation github-project-automation Bot moved this from 0. Needs triage to 4. to release in Roadmap Mar 2, 2026
@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant