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

[combobox] readonly combobox is not announced as readonly by NVDA #4974

Open
2 of 10 tasks
knoobie opened this issue Nov 10, 2022 · 0 comments
Open
2 of 10 tasks

[combobox] readonly combobox is not announced as readonly by NVDA #4974

knoobie opened this issue Nov 10, 2022 · 0 comments

Comments

@knoobie
Copy link
Contributor

knoobie commented Nov 10, 2022

What is the problem?

At least Firefox + NVDA annouces a readonly combobox with a pre-selected value as editable. (Haven't tested other combination)

    var cb = new ComboBox<String>("Name");
    cb.setItems(List.of("1", "2", "3"));
    cb.setValue("1");
    cb.setReadOnly(true);

NVDA german log with engl. in( )


name_of_field  Kombinationsfeld(combobox)  reduziert(reduced)  erforderlich(required)  mit AutoVervollständigung(autofill)  bearbeitbar(editable)  value_of_field ausgewählt(selected)

Note: Other fields like the TextField work correctly.

Browsers

  • Chrome
  • Firefox
  • Safari
  • Safari on iOS
  • Edge

Screen Readers

  • None
  • NVDA
  • JAWS
  • VoiceOver on MacOS
  • VoiceOver on iOS
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

3 participants