Frontmatter
| id | 1239 |
| title | util.VDom: getParentNodes() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 12, 2020, 11:50 AM |
| updatedAt | Oct 12, 2020, 12:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1239 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 12, 2020, 12:13 PM |
we need to walk the vdom tree "upwards", which is a bit tricky.
it should return an array of all matches, sorted from bottom to top inside the tree path.
component.Base: getTheme() needs this one.