-
Notifications
You must be signed in to change notification settings - Fork 166
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
About modal window with Narrator #576
Comments
It's work with "escape" and tabulation |
More precisely, after test, when the modal is open, we hear a sentence "empty content" and there is no mention that a close button is available (the focus is from start on the close button). |
Why narrator say "The document is empty" on the about modal ? under the hood : the about info is parsed from md and convert to html string then inject with https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml into an empty div at the execution the inner html is loaded What is the problem with narrator ? |
I tried this facebook/react#12014 unsuccessfully |
In brief : The used of
there are 2 advantages to this solution
in pending : design the new about information before implement code logic |
Will be fixed with #1199 |
There is a problem with this About window, it seems one cannot close it using Narrator.
Please verify and advise.
The text was updated successfully, but these errors were encountered: