Brunda10 opened a new pull request, #56238: URL: https://github.com/apache/airflow/pull/56238
Closes : #55879 Previously, dragging across multiple lines in the task log view caused the selection to jump back to the top of the logs, making it impossible to select multiple lines reliably. This was caused by the combination of `position: absolute` and `transform: translateY()` on virtualized rows. This PR fixes the issue by: - Removing the `transform` property and relying solely on `top` for positioning. - Ensuring each row remains virtualized for performance. - Adjusted selection CSS for better visibility Users can now drag-select multiple lines smoothly, improving log readability and overall UX. [Screencast from 2025-09-29 16-15-40.webm](https://github.com/user-attachments/assets/4a353bbe-75a4-4047-8395-bf8f732ab13c) -- 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]
