Bug 2060930 - Crashloop back-off popover UI/UX issues
Summary: Crashloop back-off popover UI/UX issues
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.10
Hardware: Unspecified
OS: Mac OS
unspecified
low
Target Milestone: ---
: ---
Assignee: Steve Goodwin
QA Contact: Yadan Pei
URL:
Whiteboard:
: 2060931 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-03-04 15:31 UTC by Megan Hall
Modified: 2022-08-05 18:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2068538 (view as bug list)
Environment:
Last Closed: 2022-08-05 18:13:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Represents the actual /expected behavior described above (741.13 KB, application/pdf)
2022-03-04 15:31 UTC, Megan Hall
no flags Details

Description Megan Hall 2022-03-04 15:31:47 UTC
Created attachment 1864146 [details]
Represents the actual /expected behavior described above

Description of problem:
When clicking on the CrashloopBackOff status on the pods page, the popover moves around in several instances and is not connected to the status when there are multiple pods in the list. 

Resizing the page disconnects the popover from the status. As other pods status change, the popover will move as well. 

It does resolve itself after several seconds.

In addition to the UX, the UI of the popover also has margin and padding issues. Two paragraphs run together and the actions at the bottom of the popover are too close to one another. 

Version-Release number of selected component (if applicable):4.11.0-0.nightly-2022-03-04-063157


How reproducible: Always


Steps to Reproduce:
1. Force a Pod to go into crashloop 

An example to put into YAML to do so:
apiVersion: v1
kind: Pod
metadata:
  name: test1-pod
spec:
  containers:
    - name: test1-container-1
      image: quay.io/fedora/fedora
    - name: test1-container-2
      image: quay.io/fedora/fedora
    - name: test1-container-3
      image: quay.io/fedora/fedora
  restartPolicy: Always

2. Make sure there are other Pods in the Pods list
3. Navigate to the Pods page
4. Click on the CrashLoopBackOff status in the table
5. Resize the window 

Actual results: (see image attached)


Expected results: (see image attached)


Additional info:

Comment 1 Jakub Hadvig 2022-03-07 08:52:08 UTC
*** Bug 2060931 has been marked as a duplicate of this bug. ***

Comment 2 Steve Goodwin 2022-03-25 15:56:59 UTC
Since this bug identifies separate issues with the status popover, I am splitting this in two.

Comment 3 Steve Goodwin 2022-06-07 14:46:05 UTC
The following part of the bug was addressed in https://bugzilla.redhat.com/show_bug.cgi?id=2068538
"...the UI of the popover also has margin and padding issues. Two paragraphs run together and the actions at the bottom of the popover are too close to one another. "

Comment 4 Steve Goodwin 2022-08-05 18:13:35 UTC
While it is possible the popover can become briefly "disconnected" from the status link, it will reposition itself fairly quickly and looks to be a fairly rare outlier occurrence. Thus I presume the behavior does not necessitate a fix.


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