Frontmatter
| id | 3144 |
| title | component.Base: afterSetHidden() |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jun 9, 2022, 11:35 AM |
| updatedAt | Jun 9, 2022, 11:38 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3144 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 9, 2022, 11:38 AM |
the method triggers
hide()orshow()when initially setting the value.the result is, that every component root node gets the style
visibility: 'visible'applied and this causes serious side-effects.e.g. inside the covid app, the charts no longer have the full height.
@Dinkh