Frontmatter
| id | 4596 |
| title | controller.Component: mapping string based button handlers into controllers |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jul 30, 2023, 11:18 PM |
| updatedAt | Jul 30, 2023, 11:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4596 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 30, 2023, 11:22 PM |
when refactoring
button.Base, the handler no longer gets converted into an own listener. view controllers need to get adjusted to replace the handler string directly inside the button class itself.