Skip to content

UI: Fix log line number gaps caused by group markers#65039

Open
dandanseo123 wants to merge 1 commit intoapache:mainfrom
dandanseo123:fix/log-ui-line-number-irregularities
Open

UI: Fix log line number gaps caused by group markers#65039
dandanseo123 wants to merge 1 commit intoapache:mainfrom
dandanseo123:fix/log-ui-line-number-irregularities

Conversation

@dandanseo123
Copy link
Copy Markdown
Contributor

@dandanseo123 dandanseo123 commented Apr 11, 2026

Description

Group markers (::group:: / ::endgroup::) consumed line number indices but were removed during group processing, leaving gaps in the displayed line numbers (e.g. 0, 2, 3 instead of 0, 1, 2). Also fixed line number alignment on wrapped log lines.

  • Pre-scan log data to assign sequential display line numbers that skip group markers
  • Pin wrapped line numbers to the top with alignItems: flex-start

closes: #47888

Screenshot

Screenshot 2026-04-10 at 8 37 50 PM
Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code

Generated-by: Claude Code following the guidelines

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Apr 11, 2026
@eladkal eladkal added this to the Airflow 3.2.1 milestone Apr 11, 2026
@eladkal eladkal added type:bug-fix Changelog: Bug Fixes backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch labels Apr 11, 2026
Group markers (::group:: / ::endgroup::) consumed line number indices
but were removed during group processing, leaving gaps in the displayed
line numbers (e.g. 0, 2, 3 instead of 0, 1, 2).

Pre-scan the log data to assign sequential display line numbers that
skip group markers, and pin wrapped line numbers to the top with
alignItems flex-start.
@dandanseo123 dandanseo123 force-pushed the fix/log-ui-line-number-irregularities branch from 443100f to 5124744 Compare April 11, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some irregularities on the web UI logs tab

2 participants