Frontmatter
| id | 1548 |
| title | SharedDialog.view.MainContainerController: onDragMove() => show & hide the proxyEl |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 18, 2021, 1:14 AM |
| updatedAt | Mar 18, 2021, 1:15 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1548 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 18, 2021, 1:15 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).