Bug 1969786 - WebTerminal widget should send resize events
Summary: WebTerminal widget should send resize events
Keywords:
Status: CLOSED DUPLICATE of bug 1969784
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Dev Console
Version: 4.8
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.8.0
Assignee: cvogt
QA Contact: Gajanan More
URL:
Whiteboard:
Depends On: 1969784
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-06-09 09:14 UTC by Sahil Budhwar
Modified: 2021-06-09 13:25 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1969784
Environment:
Last Closed: 2021-06-09 13:25:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Sahil Budhwar 2021-06-09 09:14:24 UTC
+++ This bug was initially created as a clone of Bug #1969784 +++

From Christian:
everytime the pod terminal updates we send this:

const data = Base64.encode(JSON.stringify({ Height: rows, Width: cols }));
this.ws && this.ws.send(`4${data}`);
but widget that is used for WebTerminal does not seem to send it.

It's critical for WebTerminal since even kubectl edit command does not work with the default terminal size.

Comment 1 Andrew Ballantyne 2021-06-09 13:25:15 UTC

*** This bug has been marked as a duplicate of bug 1969784 ***


Note You need to log in before you can comment on or make changes to this bug.