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

Widgets in readonly state are incorrectly read as "editable" by NVDA #5444

Closed
IvanDanchev opened this issue Nov 22, 2019 · 1 comment
Closed

Comments

@IvanDanchev
Copy link
Contributor

Bug report

The aria-readonly attribute was removed from input elements with role "listbox" or "combobox": #1740
Currently, the WAI-ARIA specification lists these roles as compatible with the aria-readonly attribute: https://www.w3.org/TR/wai-aria-1.1/#aria-readonly
As a result of the attribute removal, the DateTimePicker and the ComboBox (and potentially other widgets that render an input element with one of these two roles) in readonly state are read as "editable" by NVDA.

Reproduction of the problem

Dojo example.

  1. Run NVDA and focus the DateTimePickers and the ComboBox.

Current behavior

NVDA reads them as "editable", which is incorrect.

Expected/desired behavior

The inputs should not be read as "editable"

Environment

  • Kendo UI version: 2019.3.1023
  • jQuery version: x.y
  • Browser: [all ]
@kendo-bot kendo-bot removed the FP: Unplanned Sync status with associated Feedback Item label Aug 24, 2020
@kendo-bot kendo-bot added FP: Planned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item and removed FP: Planned Sync status with associated Feedback Item labels Sep 2, 2020
@mparvanov
Copy link
Contributor

http://kendobuild.telerik.com/dojo-staging/adiFAVIq
Dropdownree is missing aria-readonly="true"

@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Sep 11, 2020
@dmanova dmanova closed this as completed Oct 6, 2020
@dmanova dmanova added this to the 2020.R3.SP.next milestone Oct 6, 2020
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

6 participants