| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
|
PatternFly-React preview: https://patternfly-react-pr-2406.surge.sh |
Sorry, something went wrong.
There was a problem hiding this comment.
@jgiardino Can you make sure this resolves any accessibility concerns. Thanks for the fix @boaz0
Sorry, something went wrong.
There was a problem hiding this comment.
Currently working on the same issue in AboutModal and this change looks good to me.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Thanks for working on this, @boaz0!! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
fixes #2405
When displaying a modal both the children of the body and the modal container had aria-hidden=true. The problem was that the container that was compared with the children is not stored in this.container but in the state.
This PR fixes this problem.
//cc @jgiardino