-
Notifications
You must be signed in to change notification settings - Fork 4k
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
refactor(module:modal): refactor modal component #2869
Conversation
Deploy preview for ng-zorro-master ready! Built with commit 1ef10c3 |
Codecov Report
@@ Coverage Diff @@
## master #2869 +/- ##
=========================================
- Coverage 97.42% 97.4% -0.02%
=========================================
Files 523 524 +1
Lines 10961 10962 +1
Branches 781 785 +4
=========================================
- Hits 10679 10678 -1
- Misses 181 183 +2
Partials 101 101
Continue to review full report at Codecov.
|
e2bd27d
to
591b1b6
Compare
@@ -56,7 +56,7 @@ | |||
|
|||
// https://github.com/angular/material2/issues/15051 | |||
body { | |||
overflow-x: unset; | |||
overflow-x: visible; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IE does not support unset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* refactor(module:modal): refactor block scroll strategy close NG-ZORRO#2612 * docs(module:modal): update docs * test(module:modal): update cases for scrollbar * refactor(module:modal): use OnPush change detection close NG-ZORRO#2643, close NG-ZORRO#2656 * fix(module:modal, drawer): IE/Edge SVG doesn't support `blur`/`focus` method close NG-ZORRO#2388 * fix(module:modal): fix animations * refactor(module:modal): switch to Default change detection * docs: add temporary use case for IE * fix: scrollblock style
* refactor(module:modal): refactor block scroll strategy close NG-ZORRO#2612 * docs(module:modal): update docs * test(module:modal): update cases for scrollbar * refactor(module:modal): use OnPush change detection close NG-ZORRO#2643, close NG-ZORRO#2656 * fix(module:modal, drawer): IE/Edge SVG doesn't support `blur`/`focus` method close NG-ZORRO#2388 * fix(module:modal): fix animations * refactor(module:modal): switch to Default change detection * docs: add temporary use case for IE * fix: scrollblock style
onPushUsing OnPush for modal caused footer can not to detect changes. we can fix it when 8.x.
NZ_MODAL_CONFIG
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #2612, #2388, #2643, #2656
What is the new behavior?
Does this PR introduce a breaking change?
Other information