Selection always shown as unfocused
I have a project that uses several textFlows. The ones inserted directly into an UIComponent descendant works as expected - I can select text and the selection is drawn.
TextFlows in a multipage, image wrapping class doesn't show selection, or rather the focusedSelection format is never used - it's always the unfocusedSelection format.This happens even as I drag to select. All other attributes work as expected - events are fired and selectionState returns correct values.
What can cause a textFlow to think it's never focused?
