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

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

Closed
madhaviherle opened this issue Jun 6, 2019 · 10 comments

Comments

@madhaviherle
Copy link

madhaviherle commented Jun 6, 2019

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

@madhaviherle madhaviherle changed the title [IE11 + Jaws17 and 2018] aria-describedby not getting read when associated with textarea [IE11 + Jaws17 and 2018] When text area contains value, JAWS does not read the aria-describedby values Jun 14, 2019
@madhaviherle madhaviherle changed the title [IE11 + Jaws17 and 2018] When text area contains value, JAWS does not read the aria-describedby values [IE11 + Jaws17 and 2018] When text area contains value, JAWS does not read the text linked to the textarea via aria-describedby. Jun 14, 2019
@JAWS-test
Copy link

The problem also occurs with JAWS 2019 and IE 11. It also occurs with the title attribute, i.e., the description is generally not output in textarea with text content.

@JAWS-test
Copy link

JAWS-test commented Sep 1, 2019

The problem also exists with JAWS 2019 in combination with Chrome and Firefox. Maybe you can change the title to make it clear that it's not limited to IE 11 and older versions of JAWS?

@stevefaulkner stevefaulkner changed the title [IE11 + Jaws17 and 2018] When text area contains value, JAWS does not read the text linked to the textarea via aria-describedby. [IE11 + Jaws19] When text area contains value, JAWS does not read the text linked to the textarea via aria-describedby. Sep 1, 2019
@stevefaulkner stevefaulkner changed the title [IE11 + Jaws19] When text area contains value, JAWS does not read the text linked to the textarea via aria-describedby. [IE11/chrome/firefox + Jaws19] When text area contains value, JAWS does not read the text linked to the textarea via aria-describedby. Sep 1, 2019
@stevefaulkner
Copy link
Contributor

created test cases https://s.codepen.io/stevef/debug/RwbZERv, confirmed bug

@stevefaulkner
Copy link
Contributor

This issue has already been filed and assigned internally: Bug 109662 - When textareas have initial default text then accessible descriptions not read in some browsers

@JAWS-test
Copy link

JAWS-test commented Nov 7, 2020

The problem still occurs with JAWS 2020.2008 and current version of Chrome, IE 11 and Firefox.

The following descriptions are not output as soon as textarea contains a value:

  • aria-describedby
  • aria-description
  • aria-errormessage
  • title

Furthermore the status of textarea is not output if textarea contains a value, e.g.

  • aria invalid
  • aria-required

@stevefaulkner Maybe you can update the internal bug 109662 according to aria-invalid, aria-required etc.

@marie450
Copy link

The problem still occurs with Jaws 2022.2202.38 both in Chrome and Edge.

Firefox seem fix.

@stevefaulkner
Copy link
Contributor

thanks @marie450 I have contacted @ggordon-vispero for an update

@stevefaulkner stevefaulkner changed the title [IE11/chrome/firefox + Jaws19] When text area contains value, JAWS does not read the text linked to the textarea via aria-describedby. [chrome/Edge + Jaws2022] When text area contains value, JAWS does not read the text linked to the textarea via aria-describedby. Mar 30, 2022
@stevefaulkner
Copy link
Contributor

Found out the internal bug had been closed as it was initially reported against IE11, It has now been re-opened with an increased priority.

@adamsamec
Copy link

The bug still persists with JAWS 2023.2209.11 BETA. And it occurs with Mozilla Firefox 105 as well.

@stevefaulkner
Copy link
Contributor

Works in JAWS 2024.2310.70
test case

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

No branches or pull requests

5 participants