tooltip icon indicating copy to clipboard operation
tooltip copied to clipboard

getTooltipContainer虽然能够指定父元素,但是不受父元素控制

Open helios741 opened this issue 7 years ago • 0 comments

**** If you don't understand Chinese, please leave a message.****

The title is getTooltipContainer can specify a parent element but is not controlled by the parent element.

场景: 如下图,这个下拉列表是固定的,里面使用了tooltips这个组件。

image

确实也是放在DOM元素里面了,如下图: image

组件的使用的如下:

image

监听的是tooltip父组件的onMouseLeave事件。

但是鼠标在进入tooltips的content里面的时候,还是依然会触发tooltip父组件的onMouseLeave事件。

请问这个是什么原因?谢谢

helios741 avatar Sep 30 '18 12:09 helios741