You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Experience
Screen reader users will get confused if the same information is convey by the narrator twice.
Test Environment
Browser: Microsoft Edge Canary Version: 82.0.425.0 (Official build)
OS build: 2004 (19564.1005)
Screen Reader: Narrator
URL: Bot Framework Composer Prerequisite Here
Repro Steps:
Open the above mentioned URL in EDGE and set the zoom at 400%.
Select 'Design Flow' from left navigation.
Now, navigate to the filter dialog edit field.
Observe the narrator narration and find the issue.
Actual:
Aria label and place holder both are defined same in the code on 'Filter Dialog' edit box due to which screen reader is conveying the same information twice.
Expected:
Aria label and place holder both should be defined differently so that same information will not be convey twice. In Aria Label it should be 'Search available filters'.
As checked now the aria label and placeholder are different but due to "placeholder narrated twice" know issue it still announces placeholder twice already raised issue for this.
So, HCL is closing this issue.
User Experience
Screen reader users will get confused if the same information is convey by the narrator twice.
Test Environment
Browser: Microsoft Edge Canary Version: 82.0.425.0 (Official build)
OS build: 2004 (19564.1005)
Screen Reader: Narrator
URL: Bot Framework Composer
Prerequisite Here
Repro Steps:
Actual:
Aria label and place holder both are defined same in the code on 'Filter Dialog' edit box due to which screen reader is conveying the same information twice.
Expected:
Aria label and place holder both should be defined differently so that same information will not be convey twice. In Aria Label it should be 'Search available filters'.
Observation:
Same issue observed with NVDA.
MAS Impacted: MAS1.3.1
Attachment:
MAS1.3.1_Aria lable and placeholder both are same.zip
The text was updated successfully, but these errors were encountered: