react-component / tooltip

React Tooltip
http://react-component.github.io/tooltip/
MIT License
924 stars 188 forks source link

Tooltip does not propagate clicks #464

Closed terryyeesup closed 9 months ago

terryyeesup commented 9 months ago

Tooltip seems to swallow clicks. Is Tooltip preventing default or stopping propagation on clicks? I looked through the source of Tooltip and Trigger and did not see this happening but it definitely seems to be in doing so in practice.

terryyeesup commented 9 months ago

I was wrong about this, it turned out something else in our application was swallowing mouse events