LearnNewsExamplesServices
Frontmatter
id2556
titlemain.mixin.DeltaUpdates: du_insertNode() Restrict the usage of vtype: text to an amount of max 20 child nodes, exclude tbody tags
stateClosed
labels
enhancement
assigneestobiu
createdAtJul 1, 2021, 5:08 PM
updatedAtJul 1, 2021, 5:46 PM
githubUrlhttps://github.com/neomjs/neo/issues/2556
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJul 1, 2021, 5:46 PM

main.mixin.DeltaUpdates: du_insertNode() Restrict the usage of vtype: text to an amount of max 20 child nodes, exclude tbody tags

Closed v8.1.0 enhancement
tobiu
tobiu commented on Jul 1, 2021, 5:08 PM

using vtype:"text" is intended for small components (like a div or span containing a text).

the checks should not affect the rendering performance of dom nodes with a big amount of child nodes (e.g. a table body).

tobiu added the enhancement label on Jul 1, 2021, 5:08 PM
tobiu assigned to @tobiu on Jul 1, 2021, 5:08 PM
tobiu referenced in commit 9378f13 - "main.mixin.DeltaUpdates: du_insertNode() Restrict the usage of vtype: text to an amount of max 20 child nodes, exclude tbody tags #2556" on Jul 1, 2021, 5:09 PM
tobiu closed this issue on Jul 1, 2021, 5:46 PM