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

       Web browser: ---
            Bug ID: 54798
           Summary: Load tipsy on page load if any element uses it
           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]
    Classification: Unclassified
   Mobile Platform: ---

Like what's done for mw-collapsible.

Proposed usage:

<div class="mw-tipsy">foobar</div> => $( ... ).tipsy()

<div class="mw-tipsy mw-tipsy-gravity-nw">foobar</div> => $( ... ).tipsy( {
gravity: 'nw' } )

<div class="mw-tipsy" data-mw-tipsy-delay-in="500"
data-mw-tipsy-delay-out="1000">foobar</div> => $( ... ).tipsy( { delayIn: 500,
delayOut: 1000 } )

-- 
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