[Bug] ContentDescription on Browser Icons
Reproduction Steps
- Go to Card browser
- Click on search
- Long press on Back and cross button
- No content description on them
Expected Result
Long press should show description of icons
Actual Result
No description is present
Debug info
Refer to the support page if you are unsure where to get the "debug info". AnkiDroid Version = 2.17alpha14-debug (f034ae348e0f993392e91875d4ad094341f570ea)
Backend Version = 0.1.32-anki23.10.1 (23.10.1 fac9e0ee1436ba5ac3366c72dd9394a6e692b1cf)
Android Version = 13 (SDK 33)
ProductFlavor = amazon
Manufacturer = realme
Model = RMX3371
Hardware = qcom
Webview User Agent = Mozilla/5.0 (Linux; Android 13; RMX3371 Build/TP1A.220905.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/120.0.6099.43 Mobile Safari/537.36
ACRA UUID = cddde5e0-617c-4fbe-8864-951ba7e89322
Crash Reports Enabled = false
Research
Enter an [x] character to confirm the points below:
- [x] I have read the support page and am reporting a bug or enhancement request specific to AnkiDroid
- [x] I have checked the manual and the FAQ and could not find a solution to my issue
- [x] I have searched for similar existing issues here and on the user forum
- [ ] (Optional) I have confirmed the issue is not resolved in the latest alpha release (instructions)
Confirm it and I will start working
This is an Invalid issue, I verified it. We are using android SearchView which is providing these icons and we cannot extend it.
@david-allison I found a programmatical way of adding contentDescription or overriding these SearchView items. Do you think I should reopen this issue?
Sure!
Hello 👋, this issue has been opened for more than 3 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically
@Sagar0-0 Are you still working on it. If not, I'll take it
Yes, please go ahead
I found a programmatical way of adding contentDescription or overriding these SearchView items
@Sagar0-0 Will you please guide me, how to solve this issue