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) {