AchimGaedkeLynker opened a new issue, #36320: URL: https://github.com/apache/airflow/issues/36320
### Apache Airflow version 2.8.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I use the run ID quite often to refer to the results of runs, so I rely on the copy function (the two squares logo on the right of the run id text). Though the Run ID text next to the copy button is updated consistently, the string copied to the clipboard is not (i.e. it is different than the text displayed). - This actually leads to confusion.  ### What you think should happen instead? When clicking at any square of the grid (i.e not the top row bars reflecting the duration of the DAG run), the text in the dag task instance details updates and so should the text sent to the clipboard. ### How to reproduce Take any of your DAGs, click inside the grid on a square and observe the Run Id text changing. In parallel to this, use the "copy" button at the right side of the text and realise that it is constant/outdated. The text and the copy text change consistently when clicking on the bars on the top row. I observed this with Chrome and Firefox. ### Operating System Microsoft Windows ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details Using ssh portforwarding to access the web server. ### Anything else? We've experienced that also at version 2.7.x ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
