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

[a11y]: Keyboard focus is trapped in FileUploader #15870

Closed
2 tasks done
kzhang-2017 opened this issue Mar 1, 2024 · 1 comment
Closed
2 tasks done

[a11y]: Keyboard focus is trapped in FileUploader #15870

kzhang-2017 opened this issue Mar 1, 2024 · 1 comment
Labels
severity: 3 https://ibm.biz/carbon-severity type: a11y ♿ version: 10 Issues pertaining to Carbon v10

Comments

@kzhang-2017
Copy link

Package

carbon-components, carbon-components-react

Browser

Chrome

Operating System

MacOS

Package version

v10.58.10

React version

v16.14.0

Automated testing tool and ruleset

Manual testing

Assistive technology

No response

Description

Expected to be able to tab out of the FileUploader button. Cannot tab out once you're in the button.

Can reproduce in carbon 10 but not carbon 11. Can we backport the fix there as well?

WCAG 2.1 Violation

No Keyboard Trap

Reproduction/example

import { FileUploader } from '@carbon/react'; import React from 'react'; export default function App() { return (

<FileUploader buttonLabel={t('upload')} />
); }

Steps to reproduce

  1. Hit tab until you are inside the FileUploader component.
  2. Cannot tab out once you are in that button

Code of Conduct

@guidari guidari added version: 10 Issues pertaining to Carbon v10 severity: 3 https://ibm.biz/carbon-severity and removed status: needs triage 🕵️‍♀️ labels Mar 5, 2024
@guidari guidari moved this to ⏱ Backlog in Design System Mar 5, 2024
@carbon-bot
Copy link
Contributor

Hi there! 👋 You may have seen that v10 reached it's end of support on September 30, 2024. In the interest of keeping a tidy issue queue, issues flagged as relating to v10 will be closed.

If this issue is still relevant, please open a new issue with a link to this issue and a reproduction that uses v11.

Thanks again for your participation and contributions to this issue and the Carbon ecosystem! 💙

@carbon-bot carbon-bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
@github-project-automation github-project-automation bot moved this from ⏱ Backlog to ✅ Done in Design System Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity: 3 https://ibm.biz/carbon-severity type: a11y ♿ version: 10 Issues pertaining to Carbon v10
Projects
Archived in project
Development

No branches or pull requests

3 participants