hig icon indicating copy to clipboard operation
hig copied to clipboard

IconButton not passing through onMouseEnter and onMouseLeave events

Open staceyshk opened this issue 3 years ago • 1 comments

This can be shown using a tooltip

https://codesandbox.io/s/tooltipdropdown-forked-ynvoj?file=/src/index.js

I was able to use the click function to open/close the tooltip but not mouse enter and leave. I believe this to be a lack of the events passing through.

staceyshk avatar Jul 21 '21 16:07 staceyshk

The problem was the Flyout inside Tooltip ( not passing events onmouseenter and onmouseleave)

DevFoncy avatar Dec 06 '21 16:12 DevFoncy