hide full tooltip contents automatically

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-11-30 02:29:55 +09:00
parent 7869302232
commit e2039d9370

View File

@ -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>