-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[A11YS] Increase color contrast ratio between foreground and background in thumbnail image #4614
Comments
Hmm. Why is this even being triggered? It seems to be inconsistent in which thumbnails are actually triggering the scanner. Is this a case where the scanner is reading a foreground or background color that's not actually being used? |
Also @pratyaksh1610 is working on this. |
@BenHenning even I don't know why scanner is triggering this may be because we have created our own thumbnail with xml instead of getting it as a image from backend. |
@vrajdesai78 that describes the environment, but not why that environment causes the issue. I think whoever works on this will need to figure out why it's happening before we can introduce a sensible fix. |
@aayushimathur6, could you please perform a check and confirm whether this issue is still present? |
@adhiamboperes sure, I'll let you know by tomorrow |
It is still showing the suggestions, I performed you can have a look |
@adhiamboperes PTAL |
Thanks for verifying this @aayushimathur6! |
Hey, pls assign this issue to me. I have already changed to code to make the necessary fix. Will create the PR as soon as I'm assigned. |
Please create the PR and link it to the issue. Thanks. |
@adhiamboperes created the PR and have linked it to this issue. Pls, go through it. Thanks. |
…scanner. (#5392) Fixed: Topic Images to match A11YS <!-- READ ME FIRST: Please fill in the explanation section below and check off every point from the Essential Checklist! --> ## Explanation <!-- - Explain what your PR does. If this PR fixes an existing bug, please include - "Fixes #bugnum:" in the explanation so that GitHub can auto-close the issue - when this PR is merged. --> ## Essential Checklist <!-- Please tick the relevant boxes by putting an "x" in them. --> - [x] The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [x] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [x] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [x] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [x] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [x] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)). ![WhatsApp Image 2024-04-29 at 01 53 15_47490bfd](https://github.com/oppia/oppia-android/assets/109421165/23c23922-2727-40dc-98c1-128244751c1b) ![WhatsApp Image 2024-05-01 at 00 30 21_96db2eb5](https://github.com/oppia/oppia-android/assets/109421165/80fed08a-8a6c-449c-969e-335f05cea496) The topic and recently played images no longer have an issue with the Accessibility Checker. This is a fix. Resolves #4614
Describe the bug
In accessibility scanner, it is suggesting to improve color contrast ratio between foreground and background in thumbnail image
Expected behavior
Accessibility scanner should not show any improvements.
Demonstration
![](https://user-images.githubusercontent.com/43074241/191743849-77be9e84-90ba-4347-885a-827068308645.png)
Environment
The text was updated successfully, but these errors were encountered: