Fixes problems with long tags and cropping.

This commit is contained in:
David Norton 2006-07-05 17:59:17 +00:00
parent c478fea15f
commit 52ae9b321e

View file

@ -126,7 +126,7 @@
<xul:label value="See also: (coming soon)"/>
<xul:label onclick="this.nextSibling.showPopup(this,-1,-1,'popup',0,0);"/>
<xul:popup width="300" onpopuphidden="this.parentNode.parentNode.updateTagsSummary();">
<xul:tagsbox/>
<xul:tagsbox flex="1"/>
</xul:popup>
</xul:vbox>
</content>
@ -180,6 +180,7 @@
var label = document.createElement("label");
label.setAttribute('value', Scholar.Tags.getName(tags[i]));
label.setAttribute('crop','end');
var remove = document.createElement("label");
remove.setAttribute('value','-');