melicheradam opened a new issue, #58553: URL: https://github.com/apache/airflow/issues/58553
### Apache Airflow version 3.1.3 ### If "Other Airflow 2/3 version" selected, which one? 3.* ### What happened? If a task fails with exception, the log view cannot be scrolled to the top. If I collapse the exception, I can see extra 5 rows at the top, but still not all of them. Seems like exceptions are not getting their height considered correctly when computing the scroll. In the screenshots below you can see, that the scroll bar is at the top, yet the first line is not number 1 Non-collapsed: <img width="853" height="740" alt="Image" src="https://github.com/user-attachments/assets/2de12afe-6b37-41fa-83b1-89374cea12b5" /> <img width="830" height="947" alt="Image" src="https://github.com/user-attachments/assets/edc73c09-8e79-4000-9a31-96df0336de4f" /> Collapsed: <img width="829" height="728" alt="Image" src="https://github.com/user-attachments/assets/06d57e52-aacf-41a5-bd79-6161095faf16" /> <img width="848" height="868" alt="Image" src="https://github.com/user-attachments/assets/f048aa22-545a-4cf1-b6e5-9f24f75a7bc1" /> ### What you think should happen instead? _No response_ ### How to reproduce Print some log lines (at least 20), fail an exception with longer stack trace (at least 15). ### Operating System Linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details Irrelevant ### Anything else? _No response_ ### 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]
