From 30b59ebc952f7ad64f2827631b1c7d394089e5af Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 18 Feb 2018 15:24:08 -0500 Subject: [PATCH] Show full URL in tooltip when hovering over attachment URL --- chrome/content/zotero/bindings/attachmentbox.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml index 4b406f517..58b3e3969 100644 --- a/chrome/content/zotero/bindings/attachmentbox.xml +++ b/chrome/content/zotero/bindings/attachmentbox.xml @@ -239,6 +239,7 @@ if (this.displayURL) { var urlSpec = this.item.getField('url'); urlField.setAttribute('value', urlSpec); + urlField.setAttribute('tooltiptext', urlSpec); urlField.setAttribute('hidden', false); if (this.clickableLink) { urlField.onclick = function (event) {