-
Notifications
You must be signed in to change notification settings - Fork 520
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
[A11Y] Content description for close icon is not consistent. #4397
Comments
Hi, |
Just check the onboarding guideline, forget to @BenHenning |
This sounds right. Can you provide a brief description of how you'll solve this? |
I can change the string value reference in the XML file to change the output. But I want to first get an idea of if I should change them all to be "Navigate Up, Button" or "Clicking on this will close the concept card"? This could determine which file I should get into. And after that I may have some follow up questions. |
The description should be "Navigate up" if you change it to "Navigate up, Button", it would be read as "Navigate up, Button, Button" |
Yeah, that makes sense to me. I was thinking if we use "Clicking on this will close the concept card" will be a bit redundant with the text on the nav menu. And if we want to customize this output, there are lots of works we have to apply on the other close buttons. Anyway, I will set it back to "Navigate up" |
I follow the guide to create my new branch on top of develop and commit the change and try to push to the GitHub then I got denied. I have been struggle for a while to try different methods but haven't figure out. Can I get some help on this? |
Here is the error message: "Permission to oppia/oppia-android.git denied to XichengSpencer. unable to access 'https://github.com/oppia/oppia-android.git/': The requested URL returned error: 403" |
@XichengSpencer please follow the instructions in this particular doc to setup and contribute to oppia-android. |
…cy & gender neutral profile image (#4953) Fixes #4397: The closing button on the nav bar of concept card activity had inconsistent voice output, it is changed to "navigate up" for consistency. Fixes #4923: "Have outline person as default gender-neutral image" ## 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)). ## For UI-specific PRs only If your PR includes UI-related changes, then: - Add screenshots for portrait/landscape for both a tablet & phone of the before & after UI changes ![Screenshot 2023-05-09 120944](https://github.com/oppia/oppia-android/assets/74568012/7487abae-ad58-4807-8731-5a057d681afa) ![Screenshot 2023-05-09 120920](https://github.com/oppia/oppia-android/assets/74568012/0c583328-9f6c-4dcb-89f1-3903008290a5) ![Screenshot 2023-05-09 120932](https://github.com/oppia/oppia-android/assets/74568012/d6c9bf8f-f917-4e30-a7ae-169c9e10a07b) ![Screenshot 2023-05-09 134648](https://github.com/oppia/oppia-android/assets/74568012/ed5327d8-8886-4b3c-8f16-c29919560ef0) ![Screenshot 2023-05-09 134632](https://github.com/oppia/oppia-android/assets/74568012/00a5173d-6f7b-4599-b95e-71fcfacc33ff) - For the screenshots above, include both English and pseudo-localized (RTL) screenshots (see [RTL guide] ![Screenshot 2023-05-09 135514](https://github.com/oppia/oppia-android/assets/74568012/c93c128a-7040-4cc1-9193-dc86edce3c68) ![Screenshot 2023-05-09 135209](https://github.com/oppia/oppia-android/assets/74568012/3cee8597-1230-478a-8e8c-1bdff8ac1650) ![Screenshot 2023-05-09 135235](https://github.com/oppia/oppia-android/assets/74568012/367b6e81-98c5-41ff-9c5d-8563d18385bf) ![Screenshot 2023-05-09 135319](https://github.com/oppia/oppia-android/assets/74568012/b915a26c-9e93-433d-8604-e79d401be19b) --------- Co-authored-by: Ben Henning <ben@oppia.org>
While checking this PR https://github.com/oppia/oppia-android/pull/4274/files I noticed two things:
Concept Card
the output for close-icon isClicking on this will close the concept card, Button
Hints & Solution
the output for close-icon isNavigate Up, Button
This needs to be consistent across both screens.
https://github.com/oppia/oppia-android/wiki/Accessibility-A11y-Guide
The text was updated successfully, but these errors were encountered: