waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

Command Output Extends Beyond Command Block Boundaries and Is Not Fully Scrollable

Open arhirani opened this issue 1 year ago • 0 comments

Describe the bug When executing commands that generate long outputs, the output exceeds the boundaries of the command block. This makes it difficult to view the entire output, as:

  1. The scrollbar extends beyond the command block, making navigation cumbersome.
  2. Even when scrolling to the maximum extent, the complete output is not visible, cutting off part of the information.

To Reproduce Steps to reproduce the behavior:

  1. Open Wave Terminal.
  2. Execute a command that produces a long output (eg. yarn install/npm install with many dependencies, git pull etc).
  3. Attempt to scroll through the output in the command block.
  4. Notice that the scrollbar extends past the command block and the bottom part of the output cannot be fully viewed.

Expected behavior Entire output of a command should be contained within the command block's viewport, with a scrollbar facilitating navigation through the output without exceeding the command block's boundaries. Users should be able to scroll through the entire output, viewing all content without any of it being inaccessible.

Desktop (please complete the following information):

  • OS: MacOS Sonoma
  • Version : 14.4.1

arhirani avatar Jul 14 '24 17:07 arhirani