Bug 1983220
Summary: | A second scroll bar appears on the Node/Pod terminal page when resizing vertically | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jon Jackson <jonjacks> |
Component: | Management Console | Assignee: | Christoph Jerolimov <cjerolim> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 4.8 | CC: | aos-bugs, cjerolim, jokerman, spadgett, yapei |
Target Milestone: | --- | ||
Target Release: | 4.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Xterm uses an invisible textarea to detect keyboard events. This textarea has an absolute position and was permanently moved when the cursor position is changed. But this does not happen when the user resizes the window.
Consequence: When the user logs some output and resizes the browser window the browser shows sometimes two scrollbars.
Fix: Force Xterm to update the internal textarea after the browser window was resized.
Result: The browser shows only one scrollbar when the user resizes the window.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-10-18 17:39:54 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jon Jackson
2021-07-16 21:14:47 UTC
The fix works for Chrome and Firefox, only one scrollbar in the terminal. However the issue still reproduces on Safari, assigning back for confirmation @cjerolim Hey Yadan, I retested this now also on Safari (Safari 14.1.2 on macOS 11.5.1) but could not see a second scrollbar (until the moment the window was too small to show at least one line of the terminal). I recorded a video which I could not attach to this issue. You can checkout it here: https://drive.google.com/file/d/1Fqi8yNd5mp1RGSa1MY5i5HYRuHhikzm3/view?usp=sharing (sorry only viewable with an Red Hat account). Can you retry it again and maybe record a video as well if you has still an issue here? Thank you! If you prefer you can also reassign this to @gamore because he is also assigned to the dev console jira ticket (https://issues.redhat.com/browse/ODC-5630) confirmed that Node & Pod terminal has only one scrollbar when resizing vertically, moving to VERIFIED 4.9.0-0.nightly-2021-07-28-043044 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:3759 |