Answered
Selection across empty DivElements
Steps to reproduce:
create a flow with:
<div><p><span>one</span></p></div><div><p><span>two</span></p></div>
select all, copy, paste shows, as expected, the contents of both DivElements
but in case of
<div><p><span>one</span></p></div> <div/><div><p><span>two</span></p></div>
select all, copy, paste only shows the content of the first DivElement
Same problem with ElementRange. This leads to unpredictable behaviour from a users perspective. When applying CharacterFormats to the selection however, the bug doesn't occur. I tested with two versions of TLF, the standalone and the gumbo version.
create a flow with:
<div><p><span>one</span></p></div><div><p><span>two</span></p></div>
select all, copy, paste shows, as expected, the contents of both DivElements
but in case of
<div><p><span>one</span></p></div> <div/><div><p><span>two</span></p></div>
select all, copy, paste only shows the content of the first DivElement
Same problem with ElementRange. This leads to unpredictable behaviour from a users perspective. When applying CharacterFormats to the selection however, the bug doesn't occur. I tested with two versions of TLF, the standalone and the gumbo version.
