Frontmatter
| id | 5406 |
| title | manager.DomEvent: fire() => prevent delegation for resize custom dom events |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 25, 2024, 11:54 PM |
| updatedAt | May 25, 2024, 11:56 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5406 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 25, 2024, 11:56 PM |
main.addon.ResizeObservercreates custom dom events for resizing.these events should only trigger listener fns in case it is a direct match.
example: a monaco editor has a resize event. in case we add a resize listener to a parent (e.g. the viewport), we do not want editor size changes to get into the viewport handler.