Hi,

No, I wouldn't mind opening a bug report for this ;)

  http://bugzilla.qooxdoo.org/show_bug.cgi?id=3701

Thanks,
  Peter


On 2010-05-11 17:55 Daniel Wagner wrote:
> Hi Peter,
> 
> looks like you found a pretty old bug - thanks to your playground code, 
> I could reproduce the issue even in a 0.8.3 skeleton. Would you mind 
> opening a bug report for this?
> 
> 
> Regards,
> Daniel
> 
> Peter Schneider schrieb:
>> Hi again,
>>
>> *that* information from me:
>>> [...] in version 1.0.2 playground it's O.K, [...]
>> was wrong! It's broken there, too. Sorry ;)
>>
>> /Peter
>>
>>
>>
>> On 2010-05-11 15:53 Peter Schneider wrote:
>>> 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

Reply via email to