Skip to content
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

Reevaluate DragDrop implementation #6317

Closed
5 of 10 tasks
Tracked by #191 ...
nicolethoen opened this issue Sep 15, 2021 · 4 comments · Fixed by #9784
Closed
5 of 10 tasks
Tracked by #191 ...

Reevaluate DragDrop implementation #6317

nicolethoen opened this issue Sep 15, 2021 · 4 comments · Fixed by #9784
Assignees
Labels
accessibility DevX enhances the consumer developer experience but does not change the experience for the end-user Epic PF5
Milestone

Comments

@nicolethoen
Copy link
Contributor

nicolethoen commented Sep 15, 2021

Tasks

  1. pinned wontfix
    nicolethoen
  2. wontfix
    nicolethoen
  3. wontfix
  4. bug

Follow up issues:

@nicolethoen nicolethoen added this to the 2021.13 milestone Sep 15, 2021
@redallen
Copy link
Contributor

This is a little tricky because it also needs to be able to support rows with or without drag handle buttons.

@tlabaj tlabaj removed this from the 2021.13 milestone Sep 15, 2021
@nicolethoen
Copy link
Contributor Author

Also worth noting - clicking on the margin of the drag button does not drag the item.

@nicolethoen
Copy link
Contributor Author

#6626 is the beginnings of some of the musings... It's not close to working yet.

@nicolethoen nicolethoen changed the title DragDrop: Needs keyboard + screen reader a11y Reevaluate DragDrop implementation Jan 4, 2022
@tlabaj tlabaj modified the milestones: 2022.01, 2022.02 Jan 21, 2022
@mcarrano mcarrano modified the milestones: 2022.02, 2022.03 Feb 11, 2022
@mcarrano mcarrano modified the milestones: 2022.03, 2022.04 Mar 4, 2022
@mcarrano mcarrano modified the milestones: 2022.04, 2022.05 Mar 25, 2022
@AlexSCorey
Copy link

We brought in the new-ish drag and drop component but ran into some accessibility issues as the user should not drag/drop via keyboard. If I remove that component in our code (PR) I then begin to get a console warning saying that onDrag api is deprecated. I'm in a loop of options that aren't great. HELP!!
Screen Shot 2022-03-28 at 11 56 24 AM

@nicolethoen nicolethoen modified the milestones: 2022.16, 2023.01 Nov 15, 2022
@nicolethoen nicolethoen modified the milestones: 2023.01, 2023.02 Jan 4, 2023
@nicolethoen nicolethoen modified the milestones: 2023.02, 2023.03 Feb 14, 2023
@nicolethoen nicolethoen modified the milestones: 2023.03, 2023.04 Mar 8, 2023
@nicolethoen nicolethoen modified the milestones: 2023.04, 2023.05 Mar 28, 2023
@nicolethoen nicolethoen added the Feature end user feature that requires design to define this, i.e. changes or augments the user experience. label Apr 27, 2023
@mcarrano mcarrano added DevX enhances the consumer developer experience but does not change the experience for the end-user and removed Feature end user feature that requires design to define this, i.e. changes or augments the user experience. labels Jun 12, 2023
@wise-king-sullyman wise-king-sullyman modified the milestones: 2023.Q3, 2023.Q4 Sep 12, 2023
@tlabaj tlabaj added the Epic label Sep 28, 2023
@kmcfaul kmcfaul linked a pull request Nov 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment