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
Description
Cursor jumps on wrong position when typing special symbols or numbers together ( (, +, 7 on the video).
from 27 sec in the video - when typing (+7 then it changes to ((+ and cursor is moved to after first bracket. It is difficult to see in the video so i gif where i pause/unpause to caught the issue
from 46 sec in the video - after typing 7 i press enter to move on the next line. Cursor have been moved to next line but 7 from prev line was deleted. Also attach gif with slower repro.
from 50 sec typing hello 7 is chnaged to hhello and cursor is placed after first h
from 53 sec manually moving cursor to the end of the line moved cursor back to is prev position
Expectation
Typing 7 is not replaced with something else. Moving cursor to the end of the line actually moves cursor there instead of returning it back to its prev position.
Environment
Slate Version: from slate.js examples
Operating System: Android 12
Browser: Chrome 100.0.4896.127
The text was updated successfully, but these errors were encountered:
Description
Cursor jumps on wrong position when typing special symbols or numbers together ( (, +, 7 on the video).
Recording
slate.-.broken.cursor.mp4
Sandbox
https://www.slatejs.org/examples/richtext
Steps
Introduced in the video and gifs above.
Expectation
Typing 7 is not replaced with something else. Moving cursor to the end of the line actually moves cursor there instead of returning it back to its prev position.
Environment
The text was updated successfully, but these errors were encountered: