| author | aleth <aletheia2@fastmail.fm> |
| Fri Feb 03 15:26:34 2012 +0100 (3 months ago) | |
| changeset 1871 | f2db11620008 |
| parent 1870 | c06a991d108f |
| child 1872 | 8d377ceac36f |
1.1 --- a/instantbird/content/instantbird.js 1.2 +++ b/instantbird/content/instantbird.js 1.3 @@ -122,6 +122,10 @@ 1.4 tipNode.setAttribute("label", titleText); 1.5 return true; 1.6 } 1.7 + // When hovering a link, displaying a tooltip for a parent 1.8 + // element is confusing, so we prevent it here. 1.9 + if (tipElement.hasAttribute("href")) 1.10 + return false; 1.11 } 1.12 tipElement = tipElement.parentNode; 1.13 }