LearnNewsExamplesServices
Frontmatter
id1548
titleSharedDialog.view.MainContainerController: onDragMove() => show & hide the proxyEl
stateClosed
labels
enhancement
assigneestobiu
createdAtMar 18, 2021, 1:14 AM
updatedAtMar 18, 2021, 1:15 AM
githubUrlhttps://github.com/neomjs/neo/issues/1548
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 18, 2021, 1:15 AM

SharedDialog.view.MainContainerController: onDragMove() => show & hide the proxyEl

Closed v8.1.0 enhancement
tobiu
tobiu commented on Mar 18, 2021, 1:14 AM

i noticed that in case you drag very fast across windows, the proxy inside the non active window does not always get moved out of the visible area, which looks broken.

to ensure there is no glitch, we should add visibility: 'hidden' to it, in case we drag fully inside the drag:start window.

we can add this call into onDragMove() => the style will only get changed in case there is a delta (so it will just happen once when passing the window border).

tobiu added the enhancement label on Mar 18, 2021, 1:14 AM
tobiu assigned to @tobiu on Mar 18, 2021, 1:14 AM
tobiu referenced in commit d07e4c9 - "SharedDialog.view.MainContainerController: onDragMove() => show & hide the proxyEl #1548" on Mar 18, 2021, 1:15 AM
tobiu closed this issue on Mar 18, 2021, 1:15 AM