clauderic / clauderic/dnd-kit

Experimental: Announcement status invalid

Open
#1,529 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
17.6k
Forks
924
Avg merge
2d 10h
Merged PRs (30d)
2

Description

When dragging an item in the experimental [multiple sortable lists](https://next.dndkit.com/react/guides/multiple-sortable-lists) example, the value of the `id="dnd-kit-announcement-2"` gets set to invalid values, for example:

> Draggable item **A0** was moved over droppable target **A0**.

When the item is dropped, the value changes to:

> Draggable item **A0** was dropped over droppable target **A0**

I'm assuming this is a bug as an element cannot be dropped over itself

![image](https://github.com/user-attachments/assets/8da18e39-e998-40b8-b1db-fcd5c121b2fa)

Contributor guide

Open the contributing guide

Research direction

Start with the experimental multiple sortable lists example linked in the issue and inspect the element with id dnd-kit-announcement-2 during drag and drop. Reproduce the behavior with item A0 and determine why the announcements identify the dragged item as its own target; done means the announcement no longer reports an invalid self-target.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
accessibility, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.