Last modified: 2014-07-03 22:36:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T56798, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 54798 - Load tipsy on page load if any element uses it
Load tipsy on page load if any element uses it
Status: NEW
Product: MediaWiki
Classification: Unclassified
JavaScript (Other open bugs)
1.22.0
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: tipsy
  Show dependency treegraph
 
Reported: 2013-09-30 19:34 UTC by Liangent
Modified: 2014-07-03 22:36 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Liangent 2013-09-30 19:34:45 UTC
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 } )

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links