Page MenuHomePhabricator

jquery.tipsy tooltip hover events are not debounced
Open, MediumPublic

Description

Steps to reproduce:

  1. set up a tipsy tooltip with delayIn/delayOut settings
  2. quickly enter and exit the element's are with the mouse a few times

Expected result: the tooltip appears at first mouseenter + delayIn, stays visible until last mouseleave + delayOut

Actual result: the tooltip flickers weirdly, as every mouseenter/mouseleave triggers a show/hide event, even if other such events happen before the callback is triggered.


Version: 1.24rc
Severity: normal

Details

Reference
bz67505

Related Objects

StatusSubtypeAssignedTask
OpenNone
OpenNone