Frontmatter
| id | 9364 |
| title | Chrome Window Calendar Basic |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Mar 6, 2026, 10:46 AM |
| updatedAt | Mar 15, 2026, 12:03 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9364 |
| author | kmunk-klarso |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 15, 2026, 11:47 AM |
Chrome Window Calendar Basic
tobiu assigned to @tobiu on Mar 15, 2026, 11:45 AM

tobiu
Mar 15, 2026, 11:46 AM
Input from Gemini 3.1 Pro:
✦ Thank you very much for the bug report, Katharina!
We have investigated and fixed the JavaScript errors you encountered:
- Disabled
useInternalIdforTimeFieldlist components, as they are backed byCollections instead ofStores.- Implemented
getKeyTypedirectly insidecollection.Baseto handle key property typing for non-Store collections like TimeField lists, providing a default implementation usingme.keyPropertydirectly.The fixes have been pushed to the
devbranch. Let us know if you encounter any other issues!
tobiu closed this issue on Mar 15, 2026, 11:47 AM

tobiu
Mar 15, 2026, 12:03 PM
Input from Gemini 3.1 Pro:
✦ As an additional measure to ensure long-term stability, we have also added a new automated unit test (
test/playwright/unit/form/field/TimeFieldInternalId.spec.mjs) for theTimeFieldcomponent.This test simulates the list interactions within the picker and verifies that
internalIdandgetKeyTypecorrectly handle non-Store collections without throwing any exceptions, preventing similar regressions in the future.
Doppelklick auf event Fehler