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(cdk:drag-drop): focus problem with pointer backend (#1202) #1203

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

tuchg
Copy link
Contributor

@tuchg tuchg commented Oct 20, 2022

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

pointer 模式下具备 handle 的可拖拽容器阻止内部组件聚焦等问题

What is the new behavior?

修复以上问题

Other information

@idux-bot
Copy link

idux-bot bot commented Oct 20, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Oct 20, 2022

Codecov Report

Merging #1203 (108a49c) into next (f13e1ce) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             next    #1203   +/-   ##
=======================================
  Coverage   92.67%   92.67%           
=======================================
  Files         316      316           
  Lines       29028    29028           
  Branches     2371     2371           
=======================================
  Hits        26903    26903           
  Misses       2125     2125           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[cdk:drag-drop] 在 pointer 模式的 draggable 容器内,Input 组件无法正常输入。
2 participants