Frontmatter
| id | 1491 |
| title | dialog.Base: initial drag proxy positioning for % based positions |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jan 18, 2021, 1:47 PM |
| updatedAt | Jan 18, 2021, 2:21 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1491 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 18, 2021, 2:21 PM |

while the 2nd+ drag op works like expected, the first drag can render the proxy el at a wrong spot in case we are using % based sizes and / or positions.
this worked before and it is most likely just a timing issue (getting the DOMRect info).
looking into it now.