openclaw - ✅(Solved) Fix If the command in the authorization window is too long and cannot be scrolled, it may lead to the inability to operate and determine whether to authorize.[Bug]: [2 pull requests, 1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#59987Fetched 2026-04-08 02:37:55
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Timeline (top)
cross-referenced ×2labeled ×2referenced ×2commented ×1

If the command in the authorization window is too long and cannot be scrolled, it may lead to the inability to operate and determine whether to authorize.[Bug]:

Root Cause

If the command in the authorization window is too long and cannot be scrolled, it may lead to the inability to operate and determine whether to authorize.[Bug]:

Fix Action

Fixed

PR fix notes

PR #60026: fix(ui): make exec approval command display scrollable

Description (problem / solution / changelog)

Summary

Fixes issue where the authorization window doesn't allow scrolling when commands are too long.

Root Cause

The exec approval dialog command display didn't have overflow handling, so when commands were too long, users couldn't scroll to see the full command text.

Fix

Added max-height: 200px and overflow-y: auto to .exec-approval-command CSS class to enable scrolling for long commands.

Changes

  • ui/src/styles/components.css: Added scroll support to command display

Testing

  • Lint passes
  • Format passes

Fixes #59987

Changed files

  • .github/workflows/ci.yml (modified, +6/-0)
  • docs/reference/RELEASING.md (modified, +4/-0)
  • scripts/test-planner/planner.mjs (modified, +16/-3)
  • src/gateway/node-command-policy.ts (modified, +1/-0)
  • test/scripts/test-planner.test.ts (modified, +12/-0)
  • ui/src/styles/components.css (modified, +2/-0)

PR #60031: fix(ui): make exec approval command display scrollable

Description (problem / solution / changelog)

Summary

Fixes issue where the authorization window doesn't allow scrolling when commands are too long.

Root Cause

The exec approval dialog command display didn't have overflow handling, so when commands were too long, users couldn't scroll to see the full command text.

Fix

Added max-height: 200px and overflow-y: auto to .exec-approval-command CSS class to enable scrolling for long commands.

Changes

  • ui/src/styles/components.css: Added scroll support to command display

Testing

  • Lint passes
  • Format passes

Fixes #59987

Changed files

  • ui/src/styles/components.css (modified, +2/-0)
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

If the command in the authorization window is too long and cannot be scrolled, it may lead to the inability to operate and determine whether to authorize.[Bug]:

Steps to reproduce

Attempt to trigger an overly long command authorization

Expected behavior

If the command in the authorization window is too long and cannot be scrolled, it may lead to the inability to operate and determine whether to authorize.[Bug]:

Actual behavior

NOT_ENOUGH_INFO

OpenClaw version

2026.04.03

Operating system

macOS15.4

Install method

npm

Model

chatGPT5.3

Provider / routing chain

openclaw

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

NOT_ENOUGH_INFO

extent analysis

TL;DR

The issue can be mitigated by modifying the authorization window to handle long commands, possibly through scrolling or text truncation.

Guidance

  • Review the authorization window's UI design to accommodate long commands, considering scrolling, truncation, or multi-line display.
  • Investigate existing libraries or components that handle text overflow in similar scenarios.
  • Test the authorization window with varying command lengths to identify the threshold at which it becomes unscrollable.
  • Consider adding a character limit or validation for commands to prevent excessively long inputs.

Example

No specific code example can be provided due to the lack of technical details, but a potential solution might involve using a UI component with built-in scrolling or truncation capabilities.

Notes

The provided information lacks specific technical details about the authorization window's implementation, making it challenging to offer a precise fix. The suggestions above are general and may require adaptation based on the actual code and technology stack used.

Recommendation

Apply workaround: Modify the authorization window's UI to handle long commands, as the root cause seems related to the UI's inability to accommodate lengthy text, and there's no clear indication of a version update that would resolve this issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

If the command in the authorization window is too long and cannot be scrolled, it may lead to the inability to operate and determine whether to authorize.[Bug]:

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING