tooltip icon indicating copy to clipboard operation
tooltip copied to clipboard

React Tooltip

Results 74 tooltip issues
Sort by recently updated
recently updated
newest added

First of all, thank you for the great package. I've certainly gotten my fair use out of it. I'm curious if, instead of creating a unique tooltip for each element...

Can we have options for pointer events?

The following code doesn't popup the tooltip: ` { anyInnerChild } ` But when working with "native" components which are not React Fragments - it works

I'm a bit confused on how do we set the offsetX and offsetY in the align prop. What I understand is that we can use this align prop to position...

Hello Guys! I noticed that you check the props.visible by the presence of it in props. Why not check for undefined? https://github.com/react-component/tooltip/blob/b5e43fd3128f6bec414c7bb0308a4f998105118a/src/Tooltip.jsx#L72 We use a rule eslint - react/require-default-props. And...

I am using rc-tooltip to show some tooltip in our app. In once instance we have a tooltip that contains some links which the user can click to navigate to...

enhancement
help wanted

Hi guys, We are usign rc-tooltip in our products but there is one small bug that is causing some problems and it's the following we click in a input text...

出现这个问题的情况: 1,页面的DOM节点过度,每次重排浏览器需要计算时间较多时。 2,电脑性能较差。 ![image](https://github.com/react-component/tooltip/assets/7711802/471452c5-09b5-48e0-8914-9e3a5911611c) ![image](https://github.com/react-component/tooltip/assets/7711802/bb128663-b497-4bf5-a758-5438bb5238e9) 这个问题呢很早就被提出过一直没有人去关心与处理,或者有没有更好的办法处理此问题? 这是之前的 issue https://github.com/react-component/tooltip/issues/169

chrome 128 开始,getBoundingClientRect 方法返回的数值有变化,会将 css zoom 样式对元素产生的影响包含在结果中,这导致 tooltip 组件在有 zoom 样式时位置不对。需要兼容处理。