Bug 1927013
Summary: | Tables don't render properly at smaller screen widths | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Samuel Padgett <spadgett> | ||||||||
Component: | Management Console | Assignee: | Yadan Pei <yapei> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | 4.7 | CC: | aos-bugs, jokerman | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | 4.8.0 | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: |
Fixed a display issue rendering tables on mobile devices.
|
Story Points: | --- | ||||||||
Clone Of: | Environment: |
Version: 4.7.0-rc.0
Cluster ID: 78f5faf6-3054-4592-832e-23cb1d4bfca8
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:85.0) Gecko/20100101 Firefox/85.0
|
|||||||||
Last Closed: | 2021-07-27 22:43:10 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: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1927407 | ||||||||||
Attachments: |
|
We have the gridBreakPoint set to none here: https://github.com/spadgett/console/blob/e2b0faf559fb74b3d91da70d3ba98382c4070304/frontend/public/components/factory/table.tsx#L714 Created attachment 1758357 [details]
Table rendering - iPad
Created attachment 1758358 [details]
Table rendering - iPhone X
Now the tables are rendered correctly on iPad and iPhone X
Verified on 4.8.0-0.nightly-2021-02-19-111007
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.8.2 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:2438 |
Created attachment 1756043 [details] Screenshot of table layout With the latest Patternfly release, the tables stack content instead of rendering them in columns. This doesn't match the table headers in our list views, and it's something that OpenShift has intentionally disabled in the past. See attached screenshot.