Realised this was only happening in IE8 on our intranet.
Fixed the issue with:
$(‘.jqx-tree-item-li div’).css(‘max-width’, ”);
Tried to initialize from a source with no iconsize specified, and then setting the .jqx-tree-item img {width: 46px}.
Same result … Last five chars wrap to new line (wraps in the middle of a word, not in white-space).
So I ended up using 46×16 px icons, implementing the method above.
Now however, the labels wrap the last 5 characters to a new line. It doesn’t seem to be the width of the jqxTree that is causing this.
Can I prevent the wrapping?