vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.5.2] V-Textarea Screenreaders get only partial information about content

Open Martin-Idel opened this issue 1 year ago • 3 comments

Environment

Vuetify Version: 3.5.2 Last working version: 2.7.1 Vue Version: 3.4.15 Browsers: Firefox 121.0 OS: Linux

Steps to reproduce

  • Use Screen Reader Orca (Linux) or JAWS (Windows)
  • tab to or click to Textarea and listen

Expected Behavior

In Browse mode:

  • Label gets read
  • Placeholder gets only read if no content is available (it's a placeholder after all)

Actual Behavior

  • The label NEVER gets read
  • The placeholder ALWAYS gets read

Reproduction Link

https://play.vuetifyjs.com/#...

Martin-Idel avatar Feb 02 '24 11:02 Martin-Idel

Although this is a bit weird for readonly text areas, it does seem to be desired behaviour. Default textareas behave the same (e.g. https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea_readonly), so I guess this is not a bug, although the behaviour is a bit odd I feel.

The issue with the label not being read still persists. It's the same as https://github.com/vuetifyjs/vuetify/issues/19156

Martin-Idel avatar Feb 05 '24 17:02 Martin-Idel

Since you've stated it's desired behavior, can you update the issue to only reflect the remaining issue? Thank you!

johnleider avatar Feb 12 '24 21:02 johnleider

I adapted the issue. Regarding the labels, I can create a PR if you like.

Martin-Idel avatar Feb 14 '24 15:02 Martin-Idel