-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tooltip: Escape key not dismissing tooltip (WCAG 2.1 1.4.13) #6680
Closed
kishore5242 opened this issue
May 27, 2024
· 2 comments
· Fixed by #6687, leoo1992/GeradorQRCode#57 or leoo1992/GeradorQRCode#80 · May be fixed by nhattpn/BTL_LTNC#56
Closed
Tooltip: Escape key not dismissing tooltip (WCAG 2.1 1.4.13) #6680
kishore5242 opened this issue
May 27, 2024
· 2 comments
· Fixed by #6687, leoo1992/GeradorQRCode#57 or leoo1992/GeradorQRCode#80 · May be fixed by nhattpn/BTL_LTNC#56
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Milestone
Comments
kishore5242
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
May 27, 2024
melloware
added
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
May 27, 2024
Thanks for reporting. Definitely a missing feature. |
Created a PR for the issue.
|
akshayaqburst
pushed a commit
to qburst/primereact_qb_31
that referenced
this issue
May 27, 2024
akshayaqburst
pushed a commit
to qburst/primereact_qb_31
that referenced
this issue
May 27, 2024
akshayaqburst
pushed a commit
to qburst/primereact_qb_31
that referenced
this issue
May 27, 2024
akshayaqburst
pushed a commit
to qburst/primereact_qb_31
that referenced
this issue
May 27, 2024
akshayaqburst
pushed a commit
to qburst/primereact_qb_31
that referenced
this issue
May 27, 2024
melloware
pushed a commit
that referenced
this issue
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The tooltip displayed may obscure adjacent contents and user may want to dismiss it by pressing Esc key without moving the mouse.
Prime React document also says that we support
escape
key.Also as per WCAG 1.4.13 -
Reproducer
https://stackblitz.com/edit/vitejs-vite-sihhuh?file=src%2FApp.tsx
PrimeReact version
10.5.3
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
escape
keyExpected behavior
escape
key closes the TooltipThe text was updated successfully, but these errors were encountered: