LearnNewsExamplesServices
Frontmatter
id2566
titlevdom.Helper: remove the setTextContent deltas
stateClosed
labels
enhancement
assigneestobiu
createdAtJul 6, 2021, 6:55 PM
updatedAtJul 6, 2021, 6:56 PM
githubUrlhttps://github.com/neomjs/neo/issues/2566
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJul 6, 2021, 6:56 PM

vdom.Helper: remove the setTextContent deltas

Closed v8.1.0 enhancement
tobiu
tobiu commented on Jul 6, 2021, 6:55 PM

those deltas make sense for the table use case, but this one is covered with main.addon.CloneNodes now.

the deltas have side effects not comparing oldItems for movements inside the vdom tree, which is affecting the calendar drag&drop.

on the long run, I will create two modes for delta updates: one which ignores movements and is faster and the current greedy version.

tobiu added the enhancement label on Jul 6, 2021, 6:55 PM
tobiu assigned to @tobiu on Jul 6, 2021, 6:55 PM
tobiu referenced in commit b5146ce - "vdom.Helper: remove the setTextContent deltas #2566" on Jul 6, 2021, 6:56 PM
tobiu closed this issue on Jul 6, 2021, 6:56 PM