r24057 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24056‎ | r24057 | r24058 >
Date:10:55, 13 July 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
Larger tooltip bubbles for persistent tooltips to allow scroll bars in both dimensions if needed
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/skins/SMW_tooltip.js (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/skins/SMW_tooltip.js
@@ -75,7 +75,7 @@
7676 //As we need a reference to it to get the tooltip content we need to go up the dom-tree.
7777 while(!(origin.className=="smwttpersist")){origin=origin.parentNode};
7878
79 - tt = BubbleTT.createBubbleForPoint(true,origin,x,y,200,50);
 79+ tt = BubbleTT.createBubbleForPoint(true,origin,x,y,200,80);
8080 BubbleTT.fillBubble(tt, origin);
8181
8282 //unregister handler to open bubble

Status & tagging log