hide full tooltip contents automatically
This commit is contained in:
parent
7869302232
commit
e2039d9370
@ -154,7 +154,12 @@
|
||||
|
||||
</menupopup>
|
||||
<tooltip id="treestyletab-full-tree-tooltip"
|
||||
onclick="this.hidePopup();">
|
||||
onclick="this.hidePopup();"
|
||||
onpopuphiding="
|
||||
var range = document.createRange();
|
||||
range.selectNodeContents(this.firstChild);
|
||||
range.deleteContents();
|
||||
">
|
||||
<arrowscrollbox flex="1" orient="vertical"/>
|
||||
</tooltip>
|
||||
</popupset>
|
||||
|
Loading…
x
Reference in New Issue
Block a user