Frontmatter
| id | 4967 |
| title | dialog.Base: dragproxy regression issue |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Oct 4, 2023, 11:27 AM |
| updatedAt | Oct 4, 2023, 11:38 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4967 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 4, 2023, 11:38 AM |
the dragproxy was designed to hold the vdom of the owner cmp. working like a fit layout. now with merging the proxy el & the dialog, the styles collide and need to get adjusted. i will take care of it.
in the long run, we can remove the proxy for dragging floating cmps. @ExtAnimal