Is the drawer zindex too big? #11304
Closed
Comments
Should be same as Modal. |
Another issue for Drawer: Prop destroyOnClose prevents the closing animation of drawer. |
@kennylbj Could you create a separate issue? |
fixed in 705e57f |
This was referenced Jul 19, 2018
bors bot
added a commit
to mozilla/delivery-console
that referenced
this issue
Jul 23, 2018
317: Update dependency antd to v3.7.1 r=magopian a=renovate[bot] This Pull Request updates dependency [antd](https://github.com/ant-design/ant-design) from `v3.7.0` to `v3.7.1` <details> <summary>Release Notes</summary> ### [3.7.1](https://github.com/ant-design/ant-design/releases/3.7.1) [Compare Source](ant-design/ant-design@3.7.0...3.7.1) -🐞 Fix popup content can't display in Drawer component.[#​11304](`ant-design/ant-design#11304) -🐞 Card using `tabList` support `disabled` prop.[#​11212](`ant-design/ant-design#11212) -🐞 Fix Link of Anchor not sync when `href` update.[#​11287](`ant-design/ant-design#11287) [@​tangjinzhou] -🐞 Fix Menu component style.[#​11299](`ant-design/ant-design#11299) -🐞 Fix Drawer component don't have animation when `destroyOnClose` is set.[#​11307](`ant-design/ant-design#11307) -🐞 Fix DirectoryTree can't expand when `expandedKeys` is in control.[#​11366](`ant-design/ant-design#11366) -🐞 Fix Button with Tooltip under ButtonGroup style issue when Button is `disabled`.[11321](`ant-design/ant-design#11321) [@​tangjinzhou] --- -🐞 修复 Drawer 内无法显示弹层组件的问题。[#​11304](`ant-design/ant-design#11304) -🐞 带页签的卡片页签支持 disabled 属性。[#​11212](`ant-design/ant-design#11212) -🐞 修复锚点链接组件 href 改变不更新的问题。 [#​11287](`ant-design/ant-design#11287) [@​tangjinzhou] -🐞 修复 Menu 样式细节问题。[#​11299](`ant-design/ant-design#11299) -🐞 修复 Drawer 组件设置 `destroyOnClose` 后关闭动画消失。[#​11307](`ant-design/ant-design#11307) -🐞 修复 DirectoryTree 在 `expandedKeys` 属性可控时点击无法展开的问题。[#​11366](`ant-design/ant-design#11366) -🐞 修复 ButtonGroup 中使用 Tooltip 的 Button 在 `disabled` 时样式不正确的问题。[11321](`ant-design/ant-design#11321) [@​tangjinzhou] --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com). Co-authored-by: Renovate Bot <bot@renovateapp.com>
By default, the tooltip is created in body and because the modal is limited to the stacking context of its parent (the parent is nested in body) it will never overlay the tooltip. In my opinion, one of the solution for this problem is to use getTooltipPopupContainer property from Slider component and create a DOM container that is at least, on the same level as Slider parent. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.7.0
Environment
react 16.2.0
Reproduction link
https://ant.design/components/drawer-cn/
Steps to reproduce
Click create, owner, DateTime, etc. will not display correctly.
What is expected?
Other pop-up windows can be used normally
What is actually happening?
The text was updated successfully, but these errors were encountered: