https://bugzilla.wikimedia.org/show_bug.cgi?id=67505

            Bug ID: 67505
           Summary: jquery.tipsy tooltip hover events are not debounced
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JavaScript
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
            Blocks: 67500
       Web browser: ---
   Mobile Platform: ---

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to