react-portal-tooltip icon indicating copy to clipboard operation
react-portal-tooltip copied to clipboard

improve initial state

Open serusko opened this issue 4 years ago • 1 comments

I have one small improvement proposal of StatefulTooltip.

from nature of react, there is one case when this tooltip does not work as expected imagine when u are using StatefulTooltip, and component is created at moment, when mouse is already in place where tooltip will be rendered, but there is no mouse event fired, so we cannot see tooltip

there is easy way how to reproduce this problem:

  • go over your "tooltiped" element -> tooltip is displayed, OK
  • press shortcut for refreshing page (cmd+r / f5 ...) -> tooltip its not displayed

proposed solution:

calculate collision of Element.getBoundingClientRect and pointer position on didMount

serusko avatar Nov 27 '19 11:11 serusko

Agreed, I have this same problem. Do you please need any more info @romainberger?

durasj avatar Nov 28 '19 22:11 durasj