Hello
meanwhile, I figured out what the problem is in Firefox - Tips doesn't
get updated by the link text in Firefox:
The problem lies in this css statement I've in my stylesheet: -moz-
binding: url('./xml/ellipsis.xml#ellipsis');
the content of the xml file looks like this:
<?xml version="1.0"?>
<bindings
xmlns="http://www.mozilla.org/xbl"
xmlns:xbl="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/
there.is.only.xul"
>
<binding id="ellipsis">
<content>
<xul:window>
<xul:description crop="end"
xbl:inherits="value=xbl:text"><children/></xul:description>
</xul:window>
</content>
</binding>
</bindings>
I don't know whether there is a workaround