LearnNewsExamplesServices
Frontmatter
id8048
title[Dashboard] Pass dragProxyConfig to internal SortZone
stateClosed
labels
bugai
assigneestobiu
createdAtDec 7, 2025, 2:15 PM
updatedAtDec 7, 2025, 2:16 PM
githubUrlhttps://github.com/neomjs/neo/issues/8048
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 7, 2025, 2:16 PM

[Dashboard] Pass dragProxyConfig to internal SortZone

Closed v11.17.0 bugai
tobiu
tobiu commented on Dec 7, 2025, 2:15 PM

The Neo.dashboard.Container class instantiates a SortZone internally when sortable is true, but it fails to pass the dragProxyConfig from the dashboard instance to the sort zone.

This prevents developers from customizing the drag proxy behavior (e.g., switching to DragProxyContainer for live dragging) when using a Dashboard.

Fix: Update src/dashboard/Container.mjs afterSetSortable method to pass dragProxyConfig: me.dragProxyConfig to the SortZone creation config.

tobiu added the bug label on Dec 7, 2025, 2:15 PM
tobiu added the ai label on Dec 7, 2025, 2:15 PM
tobiu assigned to @tobiu on Dec 7, 2025, 2:16 PM
tobiu referenced in commit 85bd328 - "[Dashboard] Pass dragProxyConfig to internal SortZone #8048" on Dec 7, 2025, 2:16 PM
tobiu closed this issue on Dec 7, 2025, 2:16 PM