telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
466 stars 215 forks source link

[NumericTextBox] NVDA announce it as editable while readonly #4356

Closed mbechev closed 1 month ago

mbechev commented 1 month ago

Describe the bug NVDA reads the NumericTextBox as editable while its readonly property is being set to true.

For readonly TextBox, the NVDA reader announces it as edit read only.

Here is the result from the Speach viewer:

edit read only selected textbox value spin button editable 56.00

To Reproduce https://stackblitz.com/edit/angular-qmwc8s

mbechev commented 1 month ago

The described issue was caused by the role="splitbutton" applied to the inner HTML input element of the NumericTextBox, which is an issue with the NVDA reader. For more details https://github.com/nvaccess/nvda/issues/13672.