Frontmatter
| id | 173 |
| title | manager.DomEvent: bubble events |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Dec 12, 2019, 7:33 PM |
| updatedAt | Dec 12, 2019, 7:34 PM |
| githubUrl | https://github.com/neomjs/neo/issues/173 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 12, 2019, 7:34 PM |

this could be a breaking change:
right now, events get stopped once the first component containing the event type gets found. this is ignoring the delegation path, which was not intended.
i will change it so that events do bubble up by default.