Bug 2003120
Summary: | CI: Uncaught error with ResizeObserver on operand details page | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Samuel Padgett <spadgett> | ||||
Component: | Management Console | Assignee: | Jon Jackson <jonjacks> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yanping Zhang <yanpzhan> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.9 | CC: | aos-bugs, yapei | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.10.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2022-03-10 16:09:11 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: | 2040291 | ||||||
Attachments: |
|
Description
Samuel Padgett
2021-09-10 12:25:57 UTC
It might be this line: https://github.com/openshift/console/blob/master/frontend/public/components/markdown-view.tsx#L177 Debugging this, I also see the following error in the JS console: > unhandled error: ResizeObserver loop limit exceeded It looks like we're resizing the frame, which triggers a resize event, which resizes the frame, etc. https://github.com/openshift/console/pull/9929/files#r706183601 Search log in jobs agains, there is no error " Uncaught TypeError: Cannot read property 'firstChild' of null" now: https://search.ci.openshift.org/?search=Cannot+read+property+%27firstChild%27&maxAge=48h&context=1&type=bug%2Bjunit&name=&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job Also check on js console from cluster with payload 4.10.0-0.nightly-2021-09-23-210724, there is no "unhandled error: ResizeObserver loop limit exceeded" now. 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 (Moderate: OpenShift Container Platform 4.10.3 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-2022:0056 |