github-actions[bot] opened a new pull request, #71127: URL: https://github.com/apache/airflow/pull/71127
* Follow live task logs only when at the very end When a task is running, the log view follows new lines by auto-scrolling to the bottom. It kept following even when the user had scrolled up a little to read something, because "at the bottom" allowed a 100px gap. Lower the gap so scrolling up stops the follow, and returning to the end resumes it. * Pause the task log auto-scroll while the user is selecting text While a task streams logs, the view follows new lines by scrolling to the bottom. If the user is selecting text at the bottom, the scroll moves the text out from under the cursor and clears the selection. Skip the follow while a non-empty selection sits inside the log; clearing it resumes. (cherry picked from commit 9d4245ae51e6bc1d5ebdd0344a2d02c7339c49ce) Co-authored-by: Andrew Chang <[email protected]> -- 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]
