Frontmatter
| id | 8089 |
| title | Add tests for Custom VDOM Root DOM Events |
| state | Closed |
| labels | aitesting |
| assignees | tobiu |
| createdAt | Dec 11, 2025, 3:23 PM |
| updatedAt | Dec 11, 2025, 3:34 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8089 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 11, 2025, 3:34 PM |
Description
We need to add a new Playwright test suite to verify DOM event mapping for components with custom VDOM roots (wrapped components).
This ensures that:
<button>) are correctly mapped to the component.<div>or<th>) are also correctly mapped to the component.This test suite
test/playwright/unit/manager/domEvent/CustomVdomRoot.spec.mjswas created during the fix for #8088 and should be permanently added to the repository to prevent regressions.Tasks
test/playwright/unit/manager/domEvent/CustomVdomRoot.spec.mjs