question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The Choose Cloud Platform dialog is not accessible to screen readers

See original GitHub issue

Hello,
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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
KoenZomerscommented, May 5, 2017

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.

0reactions
KoenZomerscommented, May 10, 2017

Thanks for testing and pointing it out @Oire! I’ve merged it to the master branch for release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found