Skip to content
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

Still a few accessibility issues #3873

Open
kelson42 opened this issue Jun 8, 2024 · 3 comments
Open

Still a few accessibility issues #3873

kelson42 opened this issue Jun 8, 2024 · 3 comments
Assignees
Labels
Milestone

Comments

@kelson42
Copy link
Collaborator

kelson42 commented Jun 8, 2024

image

@MohitMaliFtechiz
Copy link
Collaborator

@kelson42 These issues are known, and I had updated the information for these views in accessibility fixes PR. Also, we had suppressed these issues in our test cases so that they would not affect the test cases.

The content labeling issue is showing because there is the same content description on multiple views, particularly on the recycler view items. Here multiple views can have the same content description.

The Implementation can not be fixed due to it is inside the library.

The Low contrast issue is occurring because some views are behind the navigation drawer.

Screenshot from 2024-06-11 11-03-02
Screenshot from 2024-06-11 11-02-07

For the Touch target issue it is advancing to change the width of the text_view_device_name but it has the wrap content width so it will automatically adjust its width when it gets the value. It is showing this warning due to there is no text at the time of checking.

Screenshot from 2024-06-11 11-04-19

For the other touch target issue it is inside the library and we are not using that text.

Screenshot from 2024-06-11 11-04-54

The last touch target issue we already placed a fix for it, see the below video.

screen-20240611-111008.mp4

@kelson42 kelson42 modified the milestones: 3.12.0, 3.11.1 Jun 13, 2024
@kelson42
Copy link
Collaborator Author

The content labeling issue is showing because there is the same content description on multiple views, particularly on the recycler view items. Here multiple views can have the same content description.

@MohitMaliFtechiz None of them should be the same! Why they are the same in the language selection?

@kelson42
Copy link
Collaborator Author

The Low contrast issue is occurring because some views are behind the navigation drawer.

This is not normal that the PlayStore is fooled by this. please make proposal to fix. maybe we should stop this semi-transparency? or make it atromger?

@kelson42 kelson42 modified the milestones: 3.11.1, 3.12.0 Jun 19, 2024
@kelson42 kelson42 modified the milestones: 3.12.0, 3.11.2, 3.11.3 Jun 27, 2024
@kelson42 kelson42 modified the milestones: 3.11.3, 3.12.0 Jul 15, 2024
@kelson42 kelson42 modified the milestones: 3.12.0, 3.13.0 Aug 11, 2024
@kelson42 kelson42 modified the milestones: 3.14.0, 3.15.0 Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants