FreedomScientific / standards-support

Contains documentation for Vispero software support of Web standards
https://freedomscientific.github.io/standards-support/
GNU General Public License v3.0
105 stars 11 forks source link

JAWS not announcing text present in textArea #810

Open swastikgupta21 opened 4 months ago

swastikgupta21 commented 4 months ago

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 commented 4 months ago

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.