This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
UI stop working when selecting one task of a DAG #3330
Labels
type: bug
bugs/ bug fixes
Comments
Has anyone had a chance to try and reproduce this issue? |
ceisen1
added a commit
to ceisen1/conductor
that referenced
this issue
Jan 23, 2023
Event.path is deprecated in chrome as of the last update https://chromestatus.com/feature/5726124632965120. This is causing a bug when clicking on a task in the UI. This is also see in safari: Netflix#3330. Updating to use composedPath() instead per guidance. This is compatible with all browsers: https://developer.mozilla.org/en-US/docs/Web/API/Event/composedPath
I added a fix for this issue here #3459 |
Hi @aravindanr |
peterlau
pushed a commit
that referenced
this issue
Jan 26, 2023
Event.path is deprecated in chrome as of the last update https://chromestatus.com/feature/5726124632965120. This is causing a bug when clicking on a task in the UI. This is also see in safari: #3330. Updating to use composedPath() instead per guidance. This is compatible with all browsers: https://developer.mozilla.org/en-US/docs/Web/API/Event/composedPath
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The UI stop working when selecting one task of a DAG with Safari. In the past, one click on a task displayed tasks details pane on the right side of the screen.
Details
The server is not related to the issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When you click a task, the right pane you be there with task details.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: