Bug 1975391
Summary: | Install Operator description iframe shows double scrollbars when the browser sized is narrowed. | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Steve Goodwin <sgoodwin> | ||||
Component: | Dev Console | Assignee: | Debsmita Santra <dsantra> | ||||
Status: | CLOSED ERRATA | QA Contact: | spathak <spathak> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.8 | CC: | aos-bugs, dsantra, mifiedle, msaud, nmukherj, viraj | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.9.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-10-18 17:36:28 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: | |||||||
Attachments: |
|
Verified it on 4.9.0-0.nightly-2021-09-07-201519. And no double scrollbars are shown when the browser size is narrowed. 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 |
Created attachment 1793496 [details] Double scrollbar displayed The operator description iframe height is set inline and does not recalculate when the view window is narrowed less than 992px causing the description to have a double scrollbar. Expected behavior would be for the iframe height to be recalculated to fit it's content without have its own scrollbar for the description.