hide full tooltip contents automatically
This commit is contained in:
parent
7869302232
commit
e2039d9370
@ -154,7 +154,12 @@
|
|||||||
|
|
||||||
</menupopup>
|
</menupopup>
|
||||||
<tooltip id="treestyletab-full-tree-tooltip"
|
<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"/>
|
<arrowscrollbox flex="1" orient="vertical"/>
|
||||||
</tooltip>
|
</tooltip>
|
||||||
</popupset>
|
</popupset>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user