dheerajturaga opened a new pull request, #57309:
URL: https://github.com/apache/airflow/pull/57309
When selecting text by clicking and dragging in the logs pane, the
selection would jump unexpectedly when clicking in empty space at
the end of lines or below the last log line. This was caused by the
virtualized list rendering with absolutely positioned elements that
didn't extend to fill available space.
Changes:
- Make log line containers full width to enable selection in empty areas
- Add invisible filler element below last log line to prevent EOF jump
- Ensure minimum height covers all empty space at bottom of container
The logs pane now behaves like traditional text editors (e.g. Notepad)
where users can click anywhere and drag to select multiple lines without
the selection jumping.
Before:
https://github.com/user-attachments/assets/6ee6aa15-90b7-42ec-b41e-2f3f2dcacf7f
After:
https://github.com/user-attachments/assets/42062183-d28c-4126-800a-45150c9cc1be
--
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]