Description: If I add an qtip for a tree node with
PHP Code:
node.set('qtitle','my funny header'); node.set('qtip','my funny text foobar');
The qtip header has for each space in "my funny header" a line break.
This is only if the tip is showing for the first time. after that, the qtip header looks like expected.