-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
@domSa10 could you provide a test case for your issue? There's not enough information here to investigate. Thank you |
@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. |
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) |
tested with works in firefox, not in chrome, closing for now |
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.
The text was updated successfully, but these errors were encountered: