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

Unable to read the contents of the code editor on Free Code Camp https://www.freecodecamp.com/challenges/say-hello-to-html-elements#?solution=%0A%20%20%3Ch1%3EHello%3C%2Fh1%3E%0A #6707

Closed
mjanusauskas opened this issue Jan 7, 2017 · 5 comments

Comments

@mjanusauskas
Copy link

No description provided.

@mjanusauskas
Copy link
Author

If you press CTRL + a to select the text in the edit box then NVDA is able to read it, otherwise navigating through the text by character or word does not work.

@mikolysz
Copy link
Contributor

mikolysz commented Jan 8, 2017 via email

@bhavyashah
Copy link

bhavyashah commented Jan 8, 2017 via email

@jcsteh
Copy link
Contributor

jcsteh commented Jan 8, 2017

This is due to accessibility problems in the code editor being used. These code editors choose to draw their content in a non-standard way, rather than using HTML contentEditable (which is the standard way to do editable content). Unfortunately, there's nothing we can do to support this; the issue needs to be fixed in the editor.

@mjanusauskas
Copy link
Author

More information is here: http://bgrins.github.io/codemirror-accessible/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants