neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.83k stars 151 forks source link

component.DateSelector: broken inside the calendar widget => scroll & date click no longer working #5596

Closed tobiu closed 1 month ago

tobiu commented 1 month ago

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.