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

JAWS not announcing text present in textArea #810

Open
swastikgupta21 opened this issue Feb 13, 2024 · 1 comment
Open

JAWS not announcing text present in textArea #810

swastikgupta21 opened this issue Feb 13, 2024 · 1 comment

Comments

@swastikgupta21
Copy link

swastikgupta21 commented Feb 13, 2024

Summary

JAWS does not announce the text present inside the textArea. It only mentions "contains Text".
The issue can be reproduced here

Expected result

JAWS should announce the text present inside the text area

Actual result

It announces "contains text" instead of announcing the text present inside

Example

A test case that demonstrates the issue - provide linked test case, CodePen, JSbin, etc...

Additional Information

JAWS version and build number

Latest version of JAWS

Operating System and version

Windows 11

Browser and version:

CHROME browser

@JAWS-test
Copy link

The reason is that the text may be too long to output when focusing. The text is output when navigating through the field. So this is not an error. However, it would be a useful feature request that the text is output up to a certain length and a reference to the text is only made for long text or that the first approx. 80 characters are always output and a reference to further characters is made for longer text.

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

No branches or pull requests

2 participants