hig
hig copied to clipboard
IconButton not passing through onMouseEnter and onMouseLeave events
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.
The problem was the Flyout inside Tooltip ( not passing events onmouseenter and onmouseleave)