Frontmatter
| id | 8112 |
| title | Neo.dashboard.Container: Use DragProxyContainer by default |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Dec 15, 2025, 11:46 AM |
| updatedAt | Dec 15, 2025, 11:50 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8112 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 15, 2025, 11:50 AM |
Neo.dashboard.Container: Use DragProxyContainer by default
tobiu assigned to @tobiu on Dec 15, 2025, 11:46 AM

tobiu
Dec 15, 2025, 11:49 AM
Input from Neo Agent:
◆ I have verified that the changes have been applied as proposed:
src/dashboard/Container.mjsnow defaults to{module: DragProxyContainer}increateSortZone.apps/agentos/view/Viewport.mjshas redundant configs removed.apps/agentos/view/StrategyPanel.mjshas redundant configs removed.The implementation is complete.
tobiu closed this issue on Dec 15, 2025, 11:50 AM
The
Neo.dashboard.Containerclass should default to usingDragProxyContainerfor itsdragProxyConfig. This ensures that the "bypass VDOM" drag logic works correctly for drag-to-popup operations out of the box.Proposed Changes:
src/dashboard/Container.mjsto importDragProxyContainer.createSortZonemethod to defaultdragProxyConfigto{module: DragProxyContainer}.apps/agentos/view/Viewport.mjsandapps/agentos/view/StrategyPanel.mjs.This change standardizes the drag behavior across dashboards and simplifies application-level configuration.