setting active cursor at the beginning of a flowElement
Hi, I have this issue when the active cursor is at the last position of a flowLeafElement, I can't find a way to force to switch to the beginning of the next FlowLeafElement so it gets the next object formatting.
Imagine the text hello world having the current definition as <span id="firstId">hello </span><span id="secondId">world</span>, if I have the cursor a position 6 the cursor gets placed here <span id="someId">hello |</span><span>world</span> but what I really want to achieve is to force the cursor here <span id="someId">hello </span><span>|world</span> so when the user starts typing, it will append text to the beginning of "secondId" SpanElement.
Is there a way to achieve this?
