LearnNewsExamplesServices
Frontmatter
id6704
titlecontainer.Base: createItem() => soften the parent.remove() call for existing instances
stateClosed
labels
bug
assignees[]
createdAtMay 12, 2025, 1:08 PM
updatedAtMay 12, 2025, 1:09 PM
githubUrlhttps://github.com/neomjs/neo/issues/6704
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 12, 2025, 1:09 PM

container.Base: createItem() => soften the parent.remove() call for existing instances

Closed v9.0.2 bug
tobiu
tobiu commented on May 12, 2025, 1:08 PM
  • The logic was added to make moving views into different containers (e.g. browser windows) easier, since we no longer need to manually remove the target views
  • There are exceptions though, where parents are not instances or extensions of container.Base, in which case remove() might not exist. Example: A ComboBox Picker.
tobiu added the bug label on May 12, 2025, 1:08 PM
tobiu referenced in commit a03952d - "container.Base: createItem() => soften the parent.remove() call for existing instances #6704" on May 12, 2025, 1:09 PM
tobiu closed this issue on May 12, 2025, 1:09 PM