LearnNewsExamplesServices
Frontmatter
id8128
titleManager.mjs: Fix regression in autoMount handling
stateClosed
labels
bugai
assigneestobiu
createdAtDec 16, 2025, 8:07 PM
updatedAtDec 16, 2025, 8:12 PM
githubUrlhttps://github.com/neomjs/neo/issues/8128
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 16, 2025, 8:12 PM

Manager.mjs: Fix regression in autoMount handling

Closed v11.17.0 bugai
tobiu
tobiu commented on Dec 16, 2025, 8:07 PM

The proposed refactoring of vdom.Helper was rejected due to payload duplication concerns. We are proceeding with the fix in Manager.mjs to correctly handle autoMount messages which lack deltas but must be queued.

Fix: In onWorkerMessage, when calling handleDomUpdate for the reply path, pass a placeholder array [1] if data.data.autoMount is true. This forces the helper to queue the update, ensuring the automount event is fired and processed by Main.

tobiu added the bug label on Dec 16, 2025, 8:07 PM
tobiu assigned to @tobiu on Dec 16, 2025, 8:07 PM
tobiu added the ai label on Dec 16, 2025, 8:07 PM
tobiu referenced in commit bfb2aca - "Manager.mjs: Fix regression in autoMount handling #8128" on Dec 16, 2025, 8:12 PM
tobiu closed this issue on Dec 16, 2025, 8:12 PM