fix(extensions): fix accessibility violations in Extensions plugin#3843
Merged
teknaS47 merged 1 commit intoJul 21, 2026
Conversation
its-mitesh-kumar
requested review from
a team,
Eswaraiahsapram,
christoph-jerolimov,
karthikjeeyar and
rohitkrai03
as code owners
July 19, 2026 17:57
Changed Packages
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3843 +/- ##
=======================================
Coverage 56.59% 56.59%
=======================================
Files 2372 2372
Lines 95021 95023 +2
Branches 26591 26598 +7
=======================================
+ Hits 53777 53779 +2
Misses 39700 39700
Partials 1544 1544
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
sanketpathak
requested changes
Jul 21, 2026
Contributor
|
/lgtm |
teknaS47
requested changes
Jul 21, 2026
teknaS47
left a comment
Member
There was a problem hiding this comment.
The .gif files are still present
Fixes: redhat-developer#3838 Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
its-mitesh-kumar
force-pushed
the
fix/extensions-3838-accessibility-violations
branch
from
July 21, 2026 10:08
300a59a to
d6e3266
Compare
|
HusneShabbir
approved these changes
Jul 21, 2026
sanketpathak
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Description
Fix three accessibility violations in the Extensions plugin that were suppressed by the
skipFailuresflag in e2e accessibility tests:CardMediaelements withrole="img"lacked an accessible name. Addedtitleattribute using the plugin display name toPluginIcon.BadgeTriange) hadaria-labelforwarded to a plain<div>with no role. Addedrole="img"and explicitaria-labelto the tooltip child element.idprop toAutocompleteandhtmlFortoInputLabelinCustomSelectFilterto create proper label associations.Also removed the
skipFailuresflag frome2e-tests/utils/accessibility.tsso the e2e suite now enforces full WCAG 2.x accessibility.Fixed
UI before changes
UI after changes
Checklist
Note