fx-compat: Fix tooltip node to work in PDF reader tab
This commit is contained in:
parent
2e5388af5b
commit
08089d6120
1 changed files with 1 additions and 2 deletions
|
@ -941,8 +941,7 @@
|
|||
</vbox>
|
||||
|
||||
<popupset>
|
||||
<!-- Allows to display a tooltip for 'title' attrbute for HTML nodes. Must be on an XUL node i.e. iframe or toolbar: "tooltip"="html-tooltip" -->
|
||||
<tooltip id="html-tooltip" onpopupshowing="if (document.tooltipNode && (tooltipTitleNode = document.tooltipNode.closest('div *[title], iframe *[title], browser *[title]'))) {this.setAttribute('label', tooltipTitleNode.getAttribute('title')); return true; } return false"/>
|
||||
<tooltip id="html-tooltip" page="true"/>
|
||||
<menupopup id="zotero-collectionmenu"
|
||||
oncommand="ZoteroPane.onCollectionContextMenuSelect(event)">
|
||||
<!-- Keep order in sync with buildCollectionContextMenu, which adds additional attributes -->
|
||||
|
|
Loading…
Add table
Reference in a new issue