fix(Tooltip): fix text overflow the Tooltip #11402
Merged
Conversation
Update interface.tsx TableProps onChange
Deploy preview for ant-design ready! Built with commit aa80ba9 |
Codecov Report
@@ Coverage Diff @@
## master #11402 +/- ##
=======================================
Coverage 91.83% 91.83%
=======================================
Files 199 199
Lines 5024 5024
Branches 1407 1407
=======================================
Hits 4614 4614
Misses 406 406
Partials 4 4 Continue to review full report at Codecov.
|
c3e50c2
into
ant-design:master
6 checks passed
6 checks passed
security/snyk - package.json (paranoidjk)
No manifest changes detected
bors bot
added a commit
to mozilla/delivery-console
that referenced
this pull request
Jul 25, 2018
319: Update dependency antd to v3.7.2 r=magopian a=renovate[bot] This Pull Request updates dependency [antd](https://github.com/ant-design/ant-design) from `v3.7.1` to `v3.7.2` <details> <summary>Release Notes</summary> ### [3.7.2](https://github.com/ant-design/ant-design/releases/3.7.2) [Compare Source](ant-design/ant-design@3.7.1...3.7.2) - DatePicker -🐞 **Fix issue resulting in year and month can not be changed in control mode.** [b9992f4](ant-design/ant-design@b9992f4) -🐞 Fix warning of `getDerivedStateFromProp`. [#​11398](`ant-design/ant-design#11398) [@​yoyo837] - Drawer -🐞 Fix close animation when setting `destroyOnClose`. [#​11307](`ant-design/ant-design#11307) -🐞 Fix display issue when using a `vw` value as `width`. [#​11326](`ant-design/ant-design#11326) -🐞 Fix `wrapClassName` now working. -🐞 Fix text overflow of Tooltip. [#​11402](`ant-design/ant-design#11402) [@​weidapao] -🐞 Fix style issue of dark theme Menu in Layout.Header. [#​11400](`ant-design/ant-design#11400) [@​hongxuWei] -🐞 Fix the arrow buttons of InputNumber showing wrong positon in a fixed table. [#​11408](`ant-design/ant-design#11408) -🐞 Fix issue resulting in Select.Option shows wrong border radius in Select.OptGroup. [6cb6f5c](ant-design/ant-design@6cb6f5c) -🐞 Fix issue resulting in `onChange` was trigged twice when click the filter icon of Table. [#​11164](`ant-design/ant-design#11164) [@​adybionka] -🐞 Fix issue resulting title of Model.confirm shows scrollbar on Firefox. [#​11432](`ant-design/ant-design#11432) - TypeScript -🐞 Fix type definition of Radio.Group. [#​11409](`ant-design/ant-design#11409) [@​eddiemoore] -🐞 Fix type definition of TreeSelect. [#​11442](`ant-design/ant-design#11442) [@​JribiBelhassen] -🐞 Fix type definition of Badge. [#​11421](`ant-design/ant-design#11421) [@​zongzi531] --- - DatePicker -🐞 **修复在受控模式下不能切换年月的问题。**[b9992f4](ant-design/ant-design@b9992f4) -🐞 修复在 `getDerivedStateFromProp` 的警告。[#​11398](`ant-design/ant-design#11398) [@​yoyo837] - Drawer -🐞 修复使用 `destroyOnClose` 时没有关闭动画的问题。[#​11307](`ant-design/ant-design#11307) -🐞 修复 `width` 以 `vw` 为单位时的显示错误。[#​11326](`ant-design/ant-design#11326) -🐞 修复 `wrapClassName` 属性无效的问题。 -🐞 修复 Tooltip 文字溢出的问题。[#​11402](`ant-design/ant-design#11402) [@​weidapao] -🐞 修复 Menu 在 `theme` 为 `dark` 是在 Layout.Header 里的样式问题。[#​11400](`ant-design/ant-design#11400) [@​hongxuWei] -🐞 修复 InputNumber 的箭头按钮在使用了固定列的 Table 里显示错位的问题。[#​11408](`ant-design/ant-design#11408) -🐞 修复 Select 使用分组时 Option 的圆角显示错误。[6cb6f5c](ant-design/ant-design@6cb6f5c) -🐞 修复 Table 第一次点击过滤按钮的时候 `onChange` 会被触发两次的问题。[#​11164](`ant-design/ant-design#11164) [@​adybionka] -🐞 修复 Model.confirm 的标题在 Firefox 下会显示滚动条的问题。[#​11432](`ant-design/ant-design#11432) - TypeScript -🐞 修复 Radio.Group 类型定义。[#​11409](`ant-design/ant-design#11409) [@​eddiemoore] -🐞 修复 TreeSelect 类型定义。[#​11442](`ant-design/ant-design#11442) [@​JribiBelhassen] -🐞 修复 Badge 类型定义。[#​11421](`ant-design/ant-design#11421) [@​zongzi531] --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com). Co-authored-by: Renovate Bot <bot@renovateapp.com>
@weidapao how can I reproduce the issue before this fix? I saw the text wrap instead of overflow. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
master
, feature for latest active branchfeature-x.x
.npm run lint
and fix those errors before submitting in order to keep consistent code style.Extra checklist:
if isBugFix :
elif isNewFeature :