Bug 2208161
Summary: | Incorrect aria-label in the alternate content source details | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Ladislav Vasina <lvasina> | ||||
Component: | Alternate Content Sources | Assignee: | Ladislav Vasina <lvasina> | ||||
Status: | CLOSED ERRATA | QA Contact: | Ladislav Vasina <lvasina> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.13.0 | CC: | lvrtelov, osousa, pcreech | ||||
Target Milestone: | 6.14.0 | Keywords: | AutomationBlocker, EasyFix, TestBlocker, Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 2213251 (view as bug list) | Environment: | |||||
Last Closed: | 2023-11-08 14:19:23 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: |
|
Created redmine issue https://projects.theforeman.org/issues/36420 from this bug Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/36420 has been resolved. VERIFIED satellite-6.14.0-1stream.el8sat.noarch foreman-3.7.0-0.5.rc2.el8sat.noarch 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 (Important: Satellite 6.14 security and bug fix 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-2023:6818 |
Created attachment 1965372 [details] Video showing incorrect aria-label Description of problem: When you add simplified ACS to the satellite and try to view its details, there is an incorrect aria-label of description value. XPATH to match the current description: //div[contains(@id, "showDetails")]//dd[contains(@aria-label, "name_text_value")][2] You can see that the aria-label is "name_text_value" which should match only the Name's value but it also matches Description's value. Version-Release number of selected component (if applicable): satellite-6.13.0-6.el8sat.noarch foreman-3.5.1.14-1.el8sat.noarch Red Hat Enterprise Linux release 8.7 (Ootpa) How reproducible: Every time Steps to Reproduce: 1. Have simplified ACS added to the satellite 2. Click on that ACS in the ACS table 3. Expand the "Details" item in the drawer 4. Inspect and see the Description's value aria-label Actual results: Description aria-label is "name_text_value" Expected results: Description aria-label should be "description_text_value" Additional info: See attached video.