react-rnd icon indicating copy to clipboard operation
react-rnd copied to clipboard

Missing accessibility support

Open arun-sasidharan opened this issue 3 years ago • 0 comments

Overview of the problem

I'm using react-rnd version [9.1.1]

My browser is: Chrome

I am sure this issue is not a duplicate?

Reproduced project

NA

Description

We want our app to fully accessible to people with disabilities. It is not currently supported by react rnd. We expect the drag and drop to work for everyone.

Steps to Reproduce

  1. First Step
  2. Second Step
  3. and so on...

Expected behavior

  1. User will grab the draggable using a space key.
  2. User will move the draggable using kepad arrows.
  3. User will drop the draggable using enter and release grab using space.

Actual behavior

Not accessible

arun-sasidharan avatar Mar 24 '22 10:03 arun-sasidharan