-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Accessibility] Add support for single pointer draggable actions #52
Comments
SpecificationThis item aims at providing an option for the users to drag and drop items without the need to hold the primary mouse key while moving the mouse.
NB: The parameter names are not set in stone - they might be different with the final version if we find more appropriate names. cc: @telerik/kendo-dev-leads |
I would say we can use more explicit names to allow easier understanding. For example,
|
Thank you, Stamo for your inputs and feedback on the implementation. For the time being, I am putting the item on hold due to an unfinalized solution regarding the WCAG 2.2. Across the web teams, we are exploring alternatives to the single click draggable option. |
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.
The text was updated successfully, but these errors were encountered: