| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…tstrap ModalDialog
|
PatternFly-React preview: https://patternfly-react-pr-3409.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3409 +/- ##
==========================================
+ Coverage 67.12% 67.45% +0.32%
==========================================
Files 903 897 -6
Lines 25445 25170 -275
Branches 2243 2190 -53
==========================================
- Hits 17080 16978 -102
+ Misses 7334 7168 -166
+ Partials 1031 1024 -7
Continue to review full report at Codecov.
|
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: Closes #3364
As detailed in my comment here, since upgrading react-bootstrap in #3249 we have had a warning appear when rendering a <Modal>. This is happening because we created CustomModalDialog based on the react-bootstrap ModalDialog in order to introduce a custom prop, and react-bootstrap has since made a change requiring updates to their original ModalDialog.
Our CustomModalDialog was introduced in 9b0f3d9 (Nov 13, 2017). Looking at the history of react-bootstrap's original ModalDialog, we can see that the only real (non-code-style) change they made since we copied it was this one which introduces the onMouseDownDialog prop. This PR simply replicates that change in our CustomModalDialog.
Additional issues: This should also unblock the resolution of ManageIQ/manageiq-v2v#1037
cc @LaViro @martinpovolny @himdel