Frontmatter
| id | 4948 |
| title | draggable.toolbar.SortZone: switchItems() => regression issue |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Sep 27, 2023, 6:58 PM |
| updatedAt | Sep 27, 2023, 9:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4948 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 27, 2023, 9:36 PM |
draggable.toolbar.SortZone: switchItems() => regression issue
tobiu assigned to @tobiu on Sep 27, 2023, 6:58 PM
tobiu changed title from draggable.toolbar.DragZone: switchItems() => regression issue to draggable.toolbar.SortZone: switchItems() => regression issue on Sep 27, 2023, 7:20 PM

tobiu
Sep 27, 2023, 9:36 PM
DOMRect instances are leaving left & top as readOnly, so i switched to x and y.
tobiu closed this issue on Sep 27, 2023, 9:36 PM
the change inside
component.Base: getDomRect()which is now returning autil.Rectangleinstance, introduced a new bug, since DOMRects are not spreadable.will look into it now (we do have clone())
@ExtAnimal
blocking https://github.com/neomjs/neo/issues/4767