openlibhums / openlibhums/janeway

Accessible Drag and Drop

Open
#3,801 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

a11y new feature
Dominant language
Python
Stars
238
Forks
97
Avg merge
9d 1h
Merged PRs (30d)
8

Description

Is your feature request related to a problem? Please describe.
The current implementation of drag and drop using JQUI Sortable is not accessible, namely it cannot be controlled with keyboard and mouse only and is not screen reader friendly.

Describe the solution you'd like
Re-implement sorting using accessible methods.

Additional context
W3C advice: https://www.w3.org/wiki/PF/ARIA/BestPractices/DragDrop
Interesting article by Salesforce: https://medium.com/salesforce-ux/4-major-patterns-for-accessible-drag-and-drop-1d43f64ebf09

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the current JQUI Sortable implementation and review the linked W3C ARIA guidance and Salesforce article first. Define an accessible sorting interaction that works with keyboard and mouse and is usable with screen readers; done means the existing drag-and-drop behavior is replaced and those access requirements are met.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, jquery
Domain
accessibility, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.