koding icon indicating copy to clipboard operation
koding copied to clipboard

Terminal does not scroll to bottom as expected on chromeos

Open ograycode opened this issue 8 years ago • 0 comments

Expected Behavior

When the terminal is printing something, it should show up at the the bottom.

Current Behavior

When the terminal does print something, it does not show up (scroll to the bottom) until another keystroke happens.

Possible Solution

Terminal.windowDidResize debounce set to 500 fixes it in some cases.

Steps to Reproduce (for bugs)

  1. Have a chromebook (chromeos), specifically a dell 13
  2. Press enter until you reach the bottom of the terminal
  3. Type any command that gives feedback (ls, for example)
  4. The feedback does not show up.

Context

This affects user experience in a very negative way. Any sort of command prompt or build script is impossible to follow.

Your Environment

  • Version used: Hosted
  • Environment name and version (e.g. Chrome 39, node.js 5.4): DO ubuntu 14.04 server.
  • Operating System and version (desktop or mobile): Desktop

Chromeos info:

Version 56.0.2924.87 beta (64-bit) Platform 9000.82.0 (Official Build) beta-channel lulu ARC Version 3691121 Firmware Google_Lulu.6301.136.57

ograycode avatar Feb 09 '17 19:02 ograycode