Closed zhangliangyi closed 4 years ago
Dear colleague,
I am from Successfactors web experience Shanghai team.
Describe the bug In NVDA screen reader, the customized valueStateMessage is not correctly read.
In error state, the output from screen reader is always Invalid entry. In warning state, the output is Warning issued.
Invalid entry
Warning issued
To reproduce Steps to reproduce the behavior:
Input with Suggestions and Value State message
Expected behavior Screen reader should output the customized valueStateMessage, "This is an error message. Extra long text used as an error message."
Context
Other user input components have the same issue, such as ui5-textarea and ui5-datepicker
ui5-textarea
ui5-datepicker
Thanks Jacob
The PR (https://github.com/SAP/ui5-webcomponents/pull/2120) addresses the ui5-input and ui5-datepicker components.
The PR (https://github.com/SAP/ui5-webcomponents/pull/2122) fixes the ui5-textarea
Dear colleague,
I am from Successfactors web experience Shanghai team.
Describe the bug In NVDA screen reader, the customized valueStateMessage is not correctly read.
In error state, the output from screen reader is always
Invalid entry
. In warning state, the output isWarning issued
.To reproduce Steps to reproduce the behavior:
Input with Suggestions and Value State message
Expected behavior Screen reader should output the customized valueStateMessage, "This is an error message. Extra long text used as an error message."
Context
Other user input components have the same issue, such as
ui5-textarea
andui5-datepicker
Thanks Jacob