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): time picker panel not scroll at first time #6604

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

wenqi73
Copy link
Member

@wenqi73 wenqi73 commented Apr 14, 2021

blur event has not the relatedTarget in IE11, use focusout instead.

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
[ ] No

Other information

@zorro-bot
Copy link

zorro-bot bot commented Apr 14, 2021

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Apr 14, 2021

Codecov Report

Merging #6604 (c6001c3) into master (62e4bb6) will not change coverage.
The diff coverage is 100.00%.

❗ Current head c6001c3 differs from pull request most recent head bbd9d30. Consider uploading reports for the commit bbd9d30 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6604   +/-   ##
=======================================
  Coverage   89.93%   89.93%           
=======================================
  Files         481      481           
  Lines       15379    15379           
  Branches     2344     2344           
=======================================
  Hits        13831    13831           
  Misses        931      931           
  Partials      617      617           
Impacted Files Coverage Δ
components/date-picker/picker.component.ts 91.76% <100.00%> (ø)

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 62e4bb6...bbd9d30. Read the comment docs.

@wenqi73 wenqi73 force-pushed the ie11-blur branch 5 times, most recently from fe5042d to 36a179b Compare April 19, 2021 11:46
@wenqi73 wenqi73 changed the title fix(module:date-picker): range picker select not work in IE11 fix(module:date-picker): time picker panel not scroll at first time Apr 19, 2021
@wenqi73 wenqi73 merged commit b97dfbe into NG-ZORRO:master Apr 20, 2021
@wenqi73 wenqi73 deleted the ie11-blur branch April 20, 2021 03:35
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.

1 participant