Android-RTEditor icon indicating copy to clipboard operation
Android-RTEditor copied to clipboard

Bug: `setRichTextEditing` will reset the caret position

Open AndroidDeveloperLB opened this issue 7 years ago • 0 comments

Steps:

  1. write some text.
  2. cause setRichTextEditing to set to a new text, can even be the same as what you wrote.

The bug: The caret gets reset to position 0, even though it was in a different position.

Attached sample project and video to show the issue: RTEditTextTest.zip

The sample has menu items for saving the content and loading it.

AndroidDeveloperLB avatar Mar 11 '18 09:03 AndroidDeveloperLB