Skip to content

[Accessibility] Add support for single pointer draggable actions #52

@CecoMilchev

Description

@CecoMilchev

Description

This is related to our cross-team efforts for WCAG 2.2 compliance.

Part of: https://github.com/telerik/blazor/issues/5353 with affected components at: https://github.com/telerik/web-components-ux/issues/654#issue-1411651113.

Current behavior

Currently, the dragging happens by using the primary key of the mouse, holding it down, and simultaneously moving it. This requires precise movement with the mouse. In short, Click and Hold + Move -> Click.

Expected behavior

The expected behavior is to click on the primary key of the mouse (that would pick up the draggable element) and allow the user to move the mouse (drag the element) without the need of holding down the key. In short, Click -> Move -> Click action.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions