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

hidden text is not getting read by JAWS-19 #206

Closed
domSa10 opened this issue Jun 10, 2019 · 4 comments
Closed

hidden text is not getting read by JAWS-19 #206

domSa10 opened this issue Jun 10, 2019 · 4 comments
Labels

Comments

@domSa10
Copy link

domSa10 commented Jun 10, 2019

Jaws19 is not reading hidden text.

Issue-
I have a drop-down element and upon selecting value from it, I am showing one button. This button was not part of DOM. Based on the dropdwon value I am adding button to DOM and adding hidden text as well with the button. Hidden text is kind a alert to know user that button is visible on UI.

JAWS-18 was announcing the change on UI but JAWS-19 is not announcing anything adding which is getting added to the DOM on the fly.

@scottaohara
Copy link
Contributor

@domSa10 could you provide a test case for your issue? There's not enough information here to investigate.

Thank you

@domSa10
Copy link
Author

domSa10 commented Jun 11, 2019

@scottaohara thanks for replying. Here is the Plunker link.

Jaws-18 is reading this hidden text. But Jaws-19 is not reading hidden text which is getting added dynamically. If I give "role='alert'" to the div tag, its getting read by jaws.

I have many dynamic element on page which are getting rendered take time to render in UI based on the response time from the server.

@JAWS-test
Copy link

In Firefox the live region is output correctly, in Chrome not. IE 11 does not open the page.

Live Region works very differently and unreliably. In Chrome it probably works if the Live Region already exists in the DOM and then only its content is updated.

In the example, the purpose of the Live Region is unclear, because it only outputs that the select has been changed. However, this is also noticeable without Live Region.

See also: w3c/aria-practices#78 (comment)

@stevefaulkner
Copy link
Contributor

stevefaulkner commented Nov 13, 2023

tested with works in firefox, not in chrome, closing for now
doesn't work in either browser with NVDA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants