| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-2428.surge.sh |
Sorry, something went wrong.
|
Hey @jenny-s51 - these updates are great! I tested keyboard accessibility using the following steps, and it worked as expected 🎉
There is an issue in the DOM that would affect screen reader accessibility. The following screencap shows aria-hidden="true" is applied to the div that includes the modal. This will hide the contents from assistive technologies, like screen readers. This was the same issue that was fixed for the Modal in #2406. |
Sorry, something went wrong.
There was a problem hiding this comment.
The updates for AboutModal work as expected. Thanks!!
Sorry, something went wrong.
|
Looking good. In the future, it is better to separate PRs that touch different areas. Make for smaller code reviews and easier for tracking. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM 👍
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks Jenny!
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What: AboutModal and Modal both now trap focus in the browser. However, screenreader accessibility is currently functioning only in modal, which was fixed @boaz0 's PR referenced below -- I added his change to this PR.
More feedback is necessary as to how to go about making screenreader accessibility work with AboutModal. Any assistance here would be appreciated. 🙂
Additional issues: #2405 , #2406 , #1389