Bug 2015472
Summary: | Form and YAML view switch button should have distinguishable status | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> |
Component: | Management Console | Assignee: | mmensahs <mmensahs> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.10 | CC: | aos-bugs, jhadvig, yapei |
Target Milestone: | --- | Keywords: | Reopened |
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:20:14 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: |
Description
Yadan Pei
2021-10-19 10:00:34 UTC
Based on the Patternfly documentation for radio buttons and what is shown when the radio example is inspected in DevTools, this is working as intended. (In reply to mmensahs from comment #1) > Based on the Patternfly documentation for radio buttons and what is shown > when the radio example is inspected in DevTools, this is working as intended. https://www.patternfly.org/v4/components/radio Hi mmensahs Can we make `checked` property reveal its real status? Now we have `data-checked-state` attribute which can be used to distinguish which radio button is checked <input type="radio" data-test="Form view-radio-input" data-checked-state="false" value="form" checked=""> <input type="radio" data-test="YAML view-radio-input" data-checked-state="true" value="yaml"> Verified on 4.10.0-0.nightly-2021-12-18-034942 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 |