Bug 1826937
Summary: | Subscription details channel button text can overflow cell | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Robb Hamilton <rhamilto> | ||||
Component: | Management Console | Assignee: | Robb Hamilton <rhamilto> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.5 | CC: | aos-bugs, jokerman, yanpzhan | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: |
Version: 4.5.0-0.ci-2020-04-22-091616
Cluster ID: c377171a-8172-49e8-ae39-c91e322bd91d
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36
|
|||||
Last Closed: | 2020-07-13 17:30:26 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: |
|
Checked on ocp 4.5 cluster with payload 4.5.0-0.nightly-2020-04-25-170442. Install operator etcd in project, then check on "Subscription" tab, the channel button text "singlenamespace-alpha" is shown correctly in two lies in cell. Hi Robb, I install "Argo CD" operator which only one channel is available, and check on "Subscription" tab, found the pencil icon is still besides the channel name, it should be removed according to pr https://github.com/openshift/console/pull/5158, right? (In reply to Yanping Zhang from comment #3) > Hi Robb, I install "Argo CD" operator which only one channel is available, > and check on "Subscription" tab, found the pencil icon is still besides the > channel name, it should be removed according to pr > https://github.com/openshift/console/pull/5158, right? Sorry for the confusion. No, the pencil icon should still be present is the channel is editable regardless of the number of channel options available. The pencil icon is only removed if the channel is not editable. Robb, thanks! According to comment 3, when operator installation is not finished, the channel is not editable, and pencil icon is not shown. The bug is fixed. 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, 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/RHBA-2020:2409 |
Created attachment 1680974 [details] Channel name overflows Description of problem: The button text on the subscription details channel button can overflow the cell that contains it, causing an undesirable layout. Version-Release number of selected component (if applicable): 4.5 Steps to Reproduce: 1. Install etcd operator 2. Visit https://<hostname>/k8s/ns/<namespace>/operators.coreos.com~v1alpha1~Subscription/etcd/ 3. Note `singlenamespace-alpha` overflows the cell See attached screenshot.