Kaldari has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/68027


Change subject: Setting tooltip gravity to 's' so that the tooltip shows above
......................................................................

Setting tooltip gravity to 's' so that the tooltip shows above

Right now the tooltip gravity is defaulting to north which causes
the tooltip to be partially overlapped by the cursor. Setting it
to south makes it easier to read.

Change-Id: I9aa43c9ff93fbded1b51bf34c084ec0f8cad28b7
---
M resources/mediawiki/mediawiki.htmlform.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/27/68027/1

diff --git a/resources/mediawiki/mediawiki.htmlform.js 
b/resources/mediawiki/mediawiki.htmlform.js
index ac6f2a1..f93cac1 100644
--- a/resources/mediawiki/mediawiki.htmlform.js
+++ b/resources/mediawiki/mediawiki.htmlform.js
@@ -129,7 +129,7 @@
                var $matrixTooltips = $( '.mw-htmlform-matrix 
.mw-htmlform-tooltip' );
                if ( $matrixTooltips.length ) {
                        mw.loader.using( 'jquery.tipsy', function () {
-                               $matrixTooltips.tipsy();
+                               $matrixTooltips.tipsy( { gravity: 's' } );
                        } );
                }
        } );

-- 
To view, visit https://gerrit.wikimedia.org/r/68027
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9aa43c9ff93fbded1b51bf34c084ec0f8cad28b7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to