Float doesn't split long words
Long word are spit and wrapped to next line if word length exceeds width of container. But if a long word occurs next to a float, it's not spit, instead it's moved down beneath float. It looks weird. Happens with TLF 2.0, 2.1 and 3.0.
I'm currently extending the composer to create text wrapping around static objects, so if I could get a pointer to where in the code this is handled, I'd be thankful. I'm assuming it's in BaseCompose.

