Closed Kuntey closed 9 months ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
svg下面的元素能触发tooltip生产提示元素,但是定位不到正确的地方,显示不出来,更改绑定的父级元素getPopupContainer也没用。有解决方案吗
将tooltip挂在绝对定位的元素上,并设置那个元素的x,y值,目前来说只能这样
Version
4.0.7
Environment
macos10.15.7,Microsoft Edge119.0.2151.72,Vue3.3.8
Reproduction link
Steps to reproduce
svg元素内的rect元素添加tooltip/popover
What is expected?
tooltip/popover显示
What is actually happening?
tooltip/popover不显示
ant-design-react tooltip显示正常 [