Frontmatter
| id | 4115 |
| title | Container different root Show/Hide Problem |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Feb 21, 2023, 1:06 PM |
| updatedAt | May 9, 2023, 3:31 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4115 |
| author | Dinkh |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 9, 2023, 3:31 PM |
If you change the VdomItemsRoot, show/hide (mount/unmount) does not find the correct parentId subitem Container.insert should check for different parentId if vDomItemsRoot is different
Example
getVdomItemsRoot() { return this.getVdomRoot().cn[0]; }Possible Solution parentId: foo, parentDomId: bar