Skip to main content
Participant
March 16, 2009
Answered

Selection across empty DivElements

  • March 16, 2009
  • 1 reply
  • 414 views
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.
This topic has been closed for replies.
Correct answer robin_briggs
I think this may now be fixed; I was unable to reproduce it on our current build. When Flex drops a new version of TLF, try it out and let us know if you are still having a problem.

Thanks!

- robin

1 reply

robin_briggsCorrect answer
Adobe Employee
March 17, 2009
I think this may now be fixed; I was unable to reproduce it on our current build. When Flex drops a new version of TLF, try it out and let us know if you are still having a problem.

Thanks!

- robin