survey-library icon indicating copy to clipboard operation
survey-library copied to clipboard

[Accessibility] In display mode, users cannot navigate between form fields and read their values

Open SjsJane opened this issue 1 year ago • 1 comments

T17934 - [Accessibility] Display Mode - This functions as vertical radiogroup but does not read radio buttons, when in the view mode for users https://surveyjs.answerdesk.io/internal/ticket/details/T17934


Consider the following demo: View Plunker. The issue is that in display mode, users cannot tab and focus form fields. Therefore, a screen reader cannot announce form field values.

SjsJane avatar Apr 29 '24 14:04 SjsJane

dev:

  • [x] radio-group ( @dmitry-kurmanov )
  • [x] single-input ( @dmitry-kurmanov )
  • [x] rating ( @novikov82 )
  • [x] rating-stars ( @novikov82 )
  • [x] rating-smileys ( @novikov82 )
  • [x] checkbox-group ( @dmitry-kurmanov )
  • [x] dropdown ( @novikov82 )
  • [x] tag-box ( @novikov82 )
  • [x] yes/no (boolean) ( @dmitry-kurmanov )
  • [x] boolean:radio ( @dmitry-kurmanov )
  • [x] boolean:checkbox ( @dmitry-kurmanov )
  • [x] file-upload ( @dmitry-kurmanov )
  • [x] image-picker ( @dmitry-kurmanov )
  • [x] ranking ( @dmitry-kurmanov )
  • [x] comment ( @novikov82 )
  • [x] multiple-text ( @novikov82 )
  • [x] signature( @novikov82 )
  • [x] matrix single choice ( @novikov82 )
  • [x] matrix multiple choice ( @novikov82 )

dmitry-kurmanov avatar May 06 '24 12:05 dmitry-kurmanov

+1 It's necessary to allow screen readers to read values of read-only fields. T18420 - Make an input field readonly instead of disabled

JaneSjs avatar May 31 '24 13:05 JaneSjs