-
Notifications
You must be signed in to change notification settings - Fork 528
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
Changes in Views inside Practice Tab [A11y] #2326
Comments
I was able to fix the issue with the checkboxes, Can I be assigned for this issue? |
@Arjupta is this ok to work on this |
Please update the status to |
@Arjupta @FareesHussain should I not be working on this issue anymore then? (and also others which mention [A11y] in their title) |
@rt4914 are accessibility issues open to work now? |
@Mehul-Bisht @FareesHussain this particular issue can be solved with the given description. This is why it is not blocked on anything. @Mehul-Bisht you can comment here if you still want to work on this. |
Yes as I mentioned earlier, I was able to fix the issue with checkboxes for portrait mode but was waiting for the confirmation, so I did not fix the issue for other orientations yet. I'll do that now. |
* fixed accessibility issue with checkboxes * reverted header file and edited subtopic item * reverted changes for Project.xml file * removed minHeight attribute for all layouts
Checklist(Contributors can take one issue at a time)
|
@Mehul-Bisht as you are now able to run Tablet Emulators , you can test and create a new PR for this part of the issue you were assigned to #2525 (comment) |
Does it require a separate branch to be created or I can make a PR to the same branch also? |
Make a new branch, it won't actually make a difference as your code is already merged |
@Mehul-Bisht any update? |
@Arjupta I have made a PR for tablet layouts here: #2797 |
Describe the bug
Views inside the Practice Tab are not fully compatible with some users from the Accessibility point of view.
Issue 1 - The contrast ratio of the topic practice start button is not correct in the inactive state.
Issue 2 - The subtopic checkbox has a height of 24dp which is less than the standard one (48dp)
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
All the tests must be passed by scanning the screenshots for both Tablet and Mobile Devices in every orientation.
Screenshots
Device
Additional context
The Screenshots are descriptive enough for understanding the issues but still, if there is a need of clarification then you can comment here. Multiple Pull Requests can also be made for solving these issues.
Certain Views does not have the correct contrast ratios (Inactive state) as mentioned in the screenshots. To solve this, one must find a way to make the views disabled instead of being in non-clickable state only
Reference - https://github.com/oppia/oppia-android/wiki/Working-on-UI#accessibility-scanner
The text was updated successfully, but these errors were encountered: