You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When splitting a list item at a point where the cursor is preceded by one or more spaces, the cursor will be moved "forward" when positioned on the new list item line. The number of characters it is moved forward will be equal to the number of spaces that preceded the cursor when the list item was split.
mchowning
changed the title
[Android] List Block - Cursor position off when splitting list item after space
[Android] List Block - Incorrect cursor position when splitting list item after space
Apr 25, 2019
I was also seeing this (or something similar) happen on the Android alpha, where if write a list of a few items, then go to any previous li and hit enter, the new li created includes the last character from the previous li. Noted here: #897
When splitting a list item at a point where the cursor is preceded by one or more spaces, the cursor will be moved "forward" when positioned on the new list item line. The number of characters it is moved forward will be equal to the number of spaces that preceded the cursor when the list item was split.
I believe this is occurring because we do not update the caret position in
rich-text
when spaces will be trimmed by Aztec.Test Scenarios
Scenario 1
Scenario 2
def').
The text was updated successfully, but these errors were encountered: