Version
I’m on the latest version: 18.0.2.1.27
Affects All Projects
Yes — the issue occurs on all projects, including newly created ones.
Bug #1 – "New Task" Only Works Once
In Gantt view, the first task is created successfully using “New Task.”
However, if I press it a second time (without refreshing), it appears to create a task, but it’s not saved. After refreshing, the task disappears.
Bug #2 – Gantt Task Panel Not Clickable
Now I’ve encountered a second issue:
On the left side of the Gantt view, where the task list appears:
I can no longer click on tasks
I cannot edit task names, change duration, or open task details
It seems like the left-hand task grid becomes completely unresponsive.
Console Debug Log (Sanitized)
Captured during the failed second task creation:
typescript
Copy
Edit
@web/core/error_service: handler "resizeObserverErrorHandler" failed with:
TypeError: Right-hand side of 'instanceof' is not an object
while trying to handle:
TypeError: Cannot read properties of null (reading 'getTime')
at e.min (chunk-vendors.js)
at u.adjustStartDate (app.js)
at u.change (app.js)
at u.trigger (chunk-vendors.js)
at u.relayStoreChange (chunk-vendors.js)
at rW.trigger (chunk-vendors.js)
at Array.forEach (<anonymous>)
at u.dataReady (chunk-vendors.js)
at u.trigger (chunk-vendors.js)