TLF insertinlineGraphic inserts but not visible
I am using
IEditManager( editor.textFlow.interactionManager ).insertInlineGraphic(urlRequest, 100, 100, "left");
to add an image to the textFlow. If i use "none" the image is rendered inline as you would expect. However when set to "left" or "right" it adds it without error, but the image does not display on the screen. (i know it display because if i look at the tlf text ouput the img is added, also a small whitspace is added to the screen)
anyone have any ideas?
