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 user will face difficulty as it reads the irrelevant information because of providing the same id to other control.
Test Environment
Browser: Microsoft Edge Canary Version: 82.0.425.0 (Official build)
OS build: 2004 (19564.1005)
URL: Bot Framework Composer Prerequisite Here
Repro Steps:
Open the above mentioned URL in EDGE.
"Bot Framework Composer" homepage will gets opened.
Select any of the previously created bot from "Recent Bots" or create one from the available Bots under 'Examples' and activate it.
Navigate to already created dialog tree item and activate it. Such as- Greetings, Actions, EndDialog etc.
Click on "+" and select 'Ask a question'. Then select any of the available options except Oauth login.
Navigate to property pane appeared at right side of the screen and select 'Bot Asks'.
Run Accessibility insight and observe the issue.
Actual:
Adaptive property frame must have unique value Id attribute.
Expected:
Ensures every id attribute value is unique.
Note:
This accessibility issue was found using Accessibility Insights for Web 2.14.1 (axe-core 3.3.2), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.
Element path
.css-vaviek;.RecognizerField > .BaseField
User Experience
Screen reader user will face difficulty as it reads the irrelevant information because of providing the same id to other control.
Test Environment
Browser: Microsoft Edge Canary Version: 82.0.425.0 (Official build)
OS build: 2004 (19564.1005)
URL: Bot Framework Composer
Prerequisite Here
Repro Steps:
Actual:
Adaptive property frame must have unique value Id attribute.
Expected:
Ensures every id attribute value is unique.
Note:
This accessibility issue was found using Accessibility Insights for Web 2.14.1 (axe-core 3.3.2), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.
Element path
.css-vaviek;.RecognizerField > .BaseField
Snippet
<div class="BaseField" id="Main_recognizer-892616">
How to fix
Fix any of the following:
Document has multiple static elements with the same id attribute
MAS Impacted: MAS4.1.1
Attachment:
The text was updated successfully, but these errors were encountered: