AdaptiveCards icon indicating copy to clipboard operation
AdaptiveCards copied to clipboard

[Navigate to and select "Input.Date" list item in "Inputs" section]: Neither able to edit 'date' edit field in Command mode nor able to switch to Dictation mode

Open Shireen2000 opened this issue 3 years ago • 1 comments

Target Platforms

Other

SDK Version

103.0.1255.0

Application Name

Adaptive Cards

Problem Description

https://microsoft.visualstudio.com/OS/_queries/edit/39921438/?triage=true

Test Environment: OS: 22H2 (OS Build 25120.1000) Browser: Edge Dev Browser Version: Version 103.0.1255.0 (Official build) dev (64-bit) URL: Adaptive Cards Tool: Voice Access

Repro Steps: Launch the above URL. Command: "Voice access wake up" Command: "Click Schema Explorer" for the top header. Command: 'Click Input.Date' from under 'Inputs' label. Navigate till the first card present under this page. Command: 'Click Enter a Date. Command: 'Dictation Mode'. Command: 'Command Mode'. Command: 'Type 10'. Observe the issue. Actual Result: Users are not able to edit 'Enter a Date ' edit field using 'Type' command. Also, we are not able to switch to Dictation mode when our focus is on 'Enter a Date' edit field.

Expected Result: Voice Access users should be able to edit 'Enter a Date' edit field using 'Type 10'. Users should also be able to switch to Dictation mode.

Note: This issue is repro throughout this page.

Observation: 'IsKeyboardFocusable' property is set as 'True' for 'Enter a Date' edit field. Keyboard user is able to edit in 'date' edit field.

User Experience:

People with limited mobility (cerebral palsy, quadriplegia) who use Voice Access to use OneNote may not be able edit or type they will find difficulty in accessing 'Canvas area' and 'Canvas Title' edit field. Voice access users will get impact and will not be able to interact with controls with pre-defined Voice access commands.

MAS Reference: No Disruption of Accessibility Features - Liquid (microsoft.com)

Have feedback to share on Bugs? Please help fill Trusted Tester Bug Feedback (office.com)"

To learn more about Voice Access and how an application can support its different modes, Refer: VoiceAccess Testing - OSGWiki

Screenshots

No response

Card JSON

NA

Sample Code Language

No response

Sample Code

No response

Shireen2000 avatar Jun 10 '22 14:06 Shireen2000

Uploading MAS4.3.1 - Not able edit MAS4 3 1 - Not able to edit enter a date edit field Enter a date edit field.mp4… MAS4 3 1 - Enter a Date Edit field

Shireen2000 avatar Jun 14 '22 07:06 Shireen2000

As you can see in the following code snippet, we have rendered an HTML Input element with the type date.

<input type="date" placeholder="Enter a date" aria-label="Enter a date" class="ac-input ac-dateInput" id="__ac-e5f40692-f710-40a6-ac94-f962c80bf320" style="width: 100%; min-width: 0px;" tabindex="4">

We don't have control over the inner elements of the date input. You can see this issue also occurs within documentation examples for the control.

anna-dingler avatar Sep 02 '22 00:09 anna-dingler

Closing the issue since we determined offline that this is an issue with Voice Access.

anna-dingler avatar Sep 21 '22 17:09 anna-dingler