Log viewer panes are not scrollable and build log does not auto-scroll #17

Closed
opened 2026-02-16 05:45:53 +01:00 by clawbot · 0 comments
Collaborator

Bug

The white-on-black log viewer panes in the web UI (for both container logs and build logs) have two issues:

  1. Not scrollable — the panes showing container runtime logs and build logs cannot be scrolled by the user, so content beyond the visible area is inaccessible.

  2. Build log does not auto-scroll or show later lines — during a build, when the log output exceeds one page of content, the viewer does not scroll to show new lines. The user is stuck seeing only the initial output with no way to view the rest.

Expected behavior

  • Log panes should be scrollable (CSS overflow-y: auto or scroll).
  • During an active build, the log viewer should auto-scroll to the bottom as new lines arrive (following the tail), with the option for the user to scroll up to review earlier output.
  • Container logs should similarly be scrollable.

Affected components

The HTML/JS frontend log viewer — the dark-background panes that display:

  • Last build log
  • Currently running container log
## Bug The white-on-black log viewer panes in the web UI (for both container logs and build logs) have two issues: 1. **Not scrollable** — the panes showing container runtime logs and build logs cannot be scrolled by the user, so content beyond the visible area is inaccessible. 2. **Build log does not auto-scroll or show later lines** — during a build, when the log output exceeds one page of content, the viewer does not scroll to show new lines. The user is stuck seeing only the initial output with no way to view the rest. ## Expected behavior - Log panes should be scrollable (CSS `overflow-y: auto` or `scroll`). - During an active build, the log viewer should auto-scroll to the bottom as new lines arrive (following the tail), with the option for the user to scroll up to review earlier output. - Container logs should similarly be scrollable. ## Affected components The HTML/JS frontend log viewer — the dark-background panes that display: - Last build log - Currently running container log
sneak closed this issue 2026-02-16 05:51:12 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/upaas#17
No description provided.