I've found that in Firefox 2.0.0.6 I'm not getting the selection
renderer in Tree controls if I try to put a FlowPanel in for a tree
item's contents - It works in IE (and so hosted mode).
I've been trying to use a FlowPanel with an image and some text so I
get an icon + the node's name in the tree.
I can hack round it by constructing the FlowPanel and then getting
it's inner HTML and then setting that with the setHTML method of the
tree item but it does feel kind of kludgy.
Has anyone else encountered this and have they come up with a more
elegant solution?
Thanks
Thos.