Frontmatter
| id | 6241 |
| title | examples.grid.bigData.GridContainer: updating the columns is visually broken |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jan 15, 2025, 7:30 PM |
| updatedAt | Jan 15, 2025, 8:05 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6241 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 15, 2025, 8:05 PM |
This does not happen inside the last neo version (deployed), but inside the current state of the dev branch.
I added some testing logs:
It seems like
header.Toolbarwants to do an update, containing the correct vdom & vnode, but it gets blocked.Stepping through
component.Baseto resolve it.