The Choose Cloud Platform dialog is not accessible to screen readers
See original GitHub issueHello,
KeePass is renowned for its accessibility to screen reader users (blind and visually impaired). More than that, there is a special setting that improves its interoperability with screen readers.
Your plugin seems to have great functionality but I couldn’t try it for the Choose Cloud Platform dialog is not accessible. You have here:
public OneDriveCloudTypeForm()
{
InitializeComponent();
OneDriveConsumerPicture.Image = Resources.OneDriveConsumer;
OneDriveForBusinessPicture.Image = Resources.OneDriveForBusiness;
}
A blind person like me cannot click on such images, they are not presented in the tab order nor in the accessibility object tree.
What I propose is either to change them to radio buttons or, if this is not possible by design, to make them accessible at least for screen reader compatibility mode.
Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Enabling accessibility features | Google Cloud CLI ...
In order to provide a more streamlined screen reader experience, the gcloud command-line tool comes with an accessibility/screen_reader property.
Read more >Known Accessibility Issues in Lightning Experience
Learn about known issues for screen readers and Lightning Experience. ... After you open, interact with, and close a dialog, focus is placed...
Read more >Accessibility Guide
On the Preferences dialog box, under Accessibility Mode, select Enable Screen Reader Support. This option optimizes EPM System to work with screen readers....
Read more >Accessibility features, Adobe Acrobat Reader
Set accessibility preferences with the Preferences dialog box. To access the preferences dialog of Acrobat Reader, select Edit > Preferences. ...
Read more >Improve accessibility with the Accessibility Checker
Run the Accessibility Checker to check your Microsoft 365 files for issues that can make it difficult for people with disabilities to read...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi Oire,
Thanks for bringing this to my attention! I’ll investigate options for improving that screen. Would be nice if you can test it you see of it works well. Will update this thread once it’s available for testing.
Thanks for testing and pointing it out @Oire! I’ve merged it to the master branch for release.