reach/reach-ui

[dialog] JAWS reads non-interactive elements as Clickable

Open

#593 opened on May 19, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (558 forks)auto 404
Help WantedType: Buga11y: JAWS

Repository metrics

Stars
 (5,975 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi,

I am developing a React application using "Create react app". I was trying to integrate React UI dialog component. Modal is appearing properly, but when running JAWS, it is reading "clickable" at the end of each line of text message in modal.

Is this a known issue? While searching, I found this could be a issue when any parent has click function, so I removed everything from the page and just had modal; still same issue :(

Please let me know if I am doing anything wrong or if there is a solution for this problem.

React version: 16.13.1 App created using: react-app-rewired

Thanks.

Contributor guide