yuseok89 commented on PR #60877: URL: https://github.com/apache/airflow/pull/60877#issuecomment-3811923898
@guan404ming That makes sense, thanks for the suggestion. I didn’t initially realize this was likely a race condition, but your comment helped a lot. I’ve applied `clip: false` on the annotation plugin while keeping `resizeDelay` set to 100, and in my tests the Gantt chart now works as expected without triggering the `left` error. This feels like a better trade-off than removing resizeDelay, because it keeps the existing resize behavior while still avoiding the annotation crash. For reference, here is the environment where I tested this change (including re-testing with Safari): - macOS 14.4, Apple M2, 8 GB RAM - Airflow from `main` using Breeze - Chrome 144: I could reproduce the `left` error before this change. It looks like some kind of race condition, although I haven’t fully understood all the details yet. - Safari (same machine): no `left` error (but the Gantt chart doesn’t render as an expected Gantt view, which seems like a separate issue). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
