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(tooltip): disable状态及popup为trigger时不响应问题 #1203

Merged
merged 9 commits into from
Aug 3, 2022

Conversation

carolin913
Copy link
Collaborator

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

1194

💡 需求背景和解决方案

📝 更新日志

  • fix(tooltip): disable状态及popup为trigger时不响应问题
    1、button如果是disable情况
    2、trigger本身是popup组件,如select, timepicker等

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2022

完成

@codecov-commenter
Copy link

codecov-commenter commented Aug 2, 2022

Codecov Report

Merging #1203 (98e3710) into develop (c4c5d1d) will increase coverage by 0.11%.
The diff coverage is 68.94%.

@@             Coverage Diff             @@
##           develop    #1203      +/-   ##
===========================================
+ Coverage    60.18%   60.29%   +0.11%     
===========================================
  Files          959      968       +9     
  Lines        16979    17116     +137     
  Branches      3906     3925      +19     
===========================================
+ Hits         10218    10320     +102     
- Misses        6761     6796      +35     
Impacted Files Coverage Δ
src/_util/useAnimation.ts 100.00% <ø> (ø)
src/_util/useClickOutside.ts 86.36% <ø> (ø)
src/_util/useCommonClassName.ts 100.00% <ø> (ø)
src/_util/useRipple.ts 26.76% <ø> (ø)
src/affix/Affix.tsx 85.93% <ø> (ø)
src/anchor/AnchorItem.tsx 85.71% <ø> (ø)
src/avatar/AvararGroup.tsx 92.00% <ø> (ø)
src/avatar/Avatar.tsx 95.74% <ø> (ø)
src/badge/Badge.tsx 100.00% <ø> (ø)
src/breadcrumb/Breadcrumb.tsx 100.00% <ø> (ø)
... and 173 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

src/tooltip/Tooltip.tsx Outdated Show resolved Hide resolved
@honkinglin honkinglin merged commit 977aa4c into Tencent:develop Aug 3, 2022
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.

3 participants