Frontmatter
| id | 5596 |
| title | component.DateSelector: broken inside the calendar widget => scroll & date click no longer working |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jul 20, 2024, 7:53 PM |
| updatedAt | Jul 20, 2024, 7:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5596 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 20, 2024, 7:53 PM |
internally, the
triggerVdomUpdate()callback gets lost within a chain of colliding parent updates.this one will get resolved with the chunking of vdom trees epic (next major version).
as a quick win, we can just adjust the initial painting logic.