Skip to content

[chrome/Edge + Jaws2022] When text area contains value, JAWS does not read the text linked to the textarea via aria-describedby. #201

@madhaviherle

Description

@madhaviherle

Summary

  1. Created a basic text area
<label for="address">Label</label><br>
<Textarea name="addresstext" aria-describedby="help" id="address">test text area</textarea>
<p id="help"> Help text for text area </p>

Expected result

When tabbed to the text area, screen reader should announce the associated help text.

Actual result

JAWS 17 and 2018 do not read the help text when text area contains value. Fails in IE 11 and Chrome 73
JAWS 2018 does not read the help text even when placeholder is present in the text area in Chrome 73

Operating System and version

Windows 7

Browser and version:

IE 11 and Chrome 73

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions