LearnNewsExamplesServices
Frontmatter
id4115
titleContainer different root Show/Hide Problem
stateClosed
labels
bug
assignees[]
createdAtFeb 21, 2023, 1:06 PM
updatedAtMay 9, 2023, 3:31 PM
githubUrlhttps://github.com/neomjs/neo/issues/4115
authorDinkh
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 9, 2023, 3:31 PM

Container different root Show/Hide Problem

Closed v8.1.0 bug
Dinkh
Dinkh commented on Feb 21, 2023, 1:06 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

Dinkh added the bug label on Feb 21, 2023, 1:06 PM
tobiu referenced in commit 6ecaa58 - "Container different root Show/Hide Problem #4115" on May 9, 2023, 3:31 PM
tobiu closed this issue on May 9, 2023, 3:31 PM