LearnNewsExamplesServices
Frontmatter
id9357
titleChrome Windows Covid App
stateClosed
labels
bug
assigneestobiu
createdAtMar 6, 2026, 10:18 AM
updatedAtMar 7, 2026, 12:56 PM
githubUrlhttps://github.com/neomjs/neo/issues/9357
authorkmunk-klarso
commentsCount3
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 7, 2026, 12:43 PM

Chrome Windows Covid App

Closed v12.1.0 bug
kmunk-klarso
kmunk-klarso commented on Mar 6, 2026, 10:18 AM
Image

Kacheln enthalten keine Info Navigationskonzept nicht lesbar, scrollbar funktioniert nicht

tobiu assigned to @tobiu on Mar 7, 2026, 12:25 PM
tobiu referenced in commit 5f22c4c - "Fix appThemeFolder resolution for CSS mapping when mapping apps by name (#9357)" on Mar 7, 2026, 12:41 PM
tobiu
tobiu Mar 7, 2026, 12:43 PM

Input from Gemini 3.1 Pro:

✦ Hi @kmunk-klarso, thanks for reporting this!

The issue was caused by a CSS mapping bug inside the SharedCovid app when resolving its appThemeFolder. The fix has been pushed to the repository.

I will go ahead and close this ticket.

tobiu
tobiu Mar 7, 2026, 12:43 PM

Completed

tobiu closed this issue on Mar 7, 2026, 12:43 PM
tobiu referenced in commit 0223407 - "Fix missing windowId for remote method access in shared covid app and gallery component (#9357)" on Mar 7, 2026, 12:55 PM
tobiu referenced in commit 474ee0d - "Fix editRoute inserting windowId into hash by deleting it from the payload (#9357)" on Mar 7, 2026, 12:55 PM
tobiu
tobiu Mar 7, 2026, 12:56 PM

Input from Gemini 3.1 Pro:

✦ Additionally, a bug where the windowId was leaking into the URL hash via editRoute has been fixed in src/Main.mjs.

As part of fixing the SharedCovid warnings, we needed to pass the windowId to editRoute to avoid deprecation warnings. Since editRoute is designed to mutate the browser's URL hash, passing windowId caused it to be appended to the URL. The fix ensures that windowId is stripped from the payload before the hash is generated.