Skip to content

[6.x] Fix Replicator Drag & Drop when multiple fields share the same handle#14310

Merged
jasonvarga merged 1 commit into6.xfrom
replicator-set-dragging
Mar 20, 2026
Merged

[6.x] Fix Replicator Drag & Drop when multiple fields share the same handle#14310
jasonvarga merged 1 commit into6.xfrom
replicator-set-dragging

Conversation

@duncanmcclean
Copy link
Copy Markdown
Member

This pull request fixes an issue where drag & drop in the Replicator fieldtype would become glitchy when multiple fields share the same handle.

This was due to them all outputting the same item/handle classes for the SortableList component. This PR fixes it by using the field ID instead, which takes the field's path into account.

Before

CleanShot.2026-03-20.at.13.41.46.mp4

After

CleanShot.2026-03-20.at.13.40.26.mp4

Fixes #14308

@jasonvarga jasonvarga merged commit 9df9685 into 6.x Mar 20, 2026
18 checks passed
@jasonvarga jasonvarga deleted the replicator-set-dragging branch March 20, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nested replicator set dragging glitches and breaks

2 participants