wintercounter / Protip

A new generation jQuery Tooltip plugin
http://protip.rocks
MIT License
359 stars 38 forks source link

protiphide event callback still executed even if protip has been removed. #31

Closed arvai closed 7 years ago

arvai commented 7 years ago

Very rare use case, but it can happen:

1, add a Protip with autoHide : x ms

  1. add .on('protiphide' event handler

If I hide the protip within x ms, then the protiphide event should be destroyed, in my humble opinion.