LearnNewsExamplesServices
Frontmatter
id6329
titlemain.addon.DragDrop: onDragMove() => be more restrictive with left & top positioning
stateClosed
labels
enhancement
assigneestobiu
createdAtJan 29, 2025, 1:31 PM
updatedAtJan 29, 2025, 1:32 PM
githubUrlhttps://github.com/neomjs/neo/issues/6329
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 29, 2025, 1:32 PM

main.addon.DragDrop: onDragMove() => be more restrictive with left & top positioning

Closed v8.12.0 enhancement
tobiu
tobiu commented on Jan 29, 2025, 1:31 PM
  • left should only get touched if moveHorizontal is set to true
  • top should only get touched if moveVertical is set to true

the reasoning is that margin & padding on the boundary container does not always play nicely otherwise.

tobiu added the enhancement label on Jan 29, 2025, 1:31 PM
tobiu assigned to @tobiu on Jan 29, 2025, 1:31 PM
tobiu referenced in commit 51ef3d3 - "main.addon.DragDrop: onDragMove() => be more restrictive with left & top positioning #6329" on Jan 29, 2025, 1:31 PM
tobiu closed this issue on Jan 29, 2025, 1:32 PM