Hi there,
in the current qooxdoo version (1.2-pre) the shared tooltip can not be set to
"only text, no icon".
The tooltip will always show the last shown/applied icon on widgets where the
'toolTipIcon' property is set to 'null'
For example:
<code>
var button3 = new qx.ui.form.Button("Second Button",
"icon/22/apps/internet-blog.png").set({
toolTipText : "This tool-tip should never show any icon",
toolTipIcon : null
});
</code>
The code above should create a "text-only" tooltip, but doesn't.
To check the behavior, here's a little playground example:
http://tinyurl.com/2wf3ohj
I don't know if this was prWhen you hover over the different buttons, the
tooltip of the 3rd button should
never display any icon.
By the way: in version 1.0.2 playground it's O.K,
in version 1.1 playground it's broken, too
Greetings,
Peter
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel