Home Forums Report Bugs Date picker button present on dialog box is not accessible with keyboard.

Date picker button present on dialog box is not accessible with keyboard.

Viewing 2 posts - 1 through 2 (of 2 total)
  • #39339

    Description:
    Users who rely on keyboard and screen reader will face the difficulty if any control is not accessible using tab/shift key.

    Test Environment:
    OS Build: Windows 11 Version 21H2 (OS Build 22000.978)
    Browser Version: Microsoft Edge Version 106.0.1370.42 (Official build) (64-bit)
    URL: -https://codepen.io/Tester43/pen/Jjvwmyo

    Repro Steps:
    1. Open the above mentioned url.
    2. Try to navigate in the ‘Edit Assignment’ dialog box.
    3. Observe that Date picker button is accessible using keyboard or not.

    Actual Result:
    Date picker button present on “Edit Assignment” dialog is not accessible with keyboard.

    Expected Result:
    Date picker control should be accessible with keyboard.

    #39350

    @edad_msft,

    CanvasJS stockcharts plots all the chart elements on HTML5 canvas element, which is considered as an image by the narrator. Hence it’s not possible to have accessibility for input fields as of now. However, you can pass aria-label field to the entire chart to achieve accessibility. Please take a look at this JSFiddle for an example on the same.

    Also, please refer to this forum thread for more information.

    —-
    Manoj Mohan
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.