Skip to content
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

fix(module:date-picker): open the panel wrongly in IE11 #5643

Merged
merged 1 commit into from Sep 10, 2020

Conversation

wenqi73
Copy link
Member

@wenqi73 wenqi73 commented Aug 4, 2020

Fixes #5562

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number:

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@zorro-bot
Copy link

zorro-bot bot commented Aug 4, 2020

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Aug 4, 2020

Codecov Report

Merging #5643 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5643      +/-   ##
==========================================
+ Coverage   90.06%   90.09%   +0.02%     
==========================================
  Files         455      455              
  Lines       13836    13835       -1     
  Branches     2262     2261       -1     
==========================================
+ Hits        12462    12464       +2     
+ Misses        848      847       -1     
+ Partials      526      524       -2     
Impacted Files Coverage Δ
components/date-picker/picker.component.ts 96.57% <100.00%> (+0.62%) ⬆️
components/date-picker/testing/util.ts 100.00% <100.00%> (ø)
components/core/util/text-measure.ts 91.30% <0.00%> (+1.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32e3066...41e9c3c. Read the comment docs.

@hsuanxyz hsuanxyz merged commit 0649ceb into NG-ZORRO:master Sep 10, 2020
@github-actions
Copy link

github-actions bot commented Sep 10, 2020

😭 Deploy PR Preview 0649ceb failed. Build logs

🤖 By surge-preview

@wenqi73 wenqi73 deleted the ie11-date-picker branch September 10, 2020 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IE11DatePicker 加载后就是打开状态
2 participants