Frontmatter
| id | 5623 |
| title | plugin.Resizable: onDragStart() => initial proxy position |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 25, 2024, 10:55 PM |
| updatedAt | Jul 25, 2024, 10:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5623 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 25, 2024, 10:57 PM |
if i remember it right,
dialog.Basehad a wrapper node, which did get removed later on.the resizable plugin is not honoring the change yet: the proxy wrapper & content node can both get styles for height, left, top & width, leading to a wrong position.
@ExtAnimal