tirkarthi commented on issue #55782:
URL: https://github.com/apache/airflow/issues/55782#issuecomment-3308378284

   There is some logic to see if the run selected is visible inside the grid. 
The issue I see with unselecting the dag run which I assume is navigating to 
`/dags/{dagId}` will mean if a dagrun that is not present in grid is selected 
from the list of runs in dag page tab then this will unselect the dagrun and 
users will not be able to see the dagrun itself. Another issue I see probably 
out of scope is that when a dagrun is selected that is out of the grid response 
then it's not highlighted anywhere but the gantt is shown.
   
   
https://github.com/apache/airflow/blob/04dce6c86849b4dd10ede2dd286164e64092348c/airflow-core/src/airflow/ui/src/layouts/Details/Grid/Grid.tsx#L60-L70


-- 
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]

Reply via email to