-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor Doesn't Scroll When Typing Text Into Paragraph Block on iOS #4069
Comments
I quickly tested this with two old installations on my device and I was able to reproduce this behaviour in version |
I tested on |
I investigated this issue further and debugged the As far as I checked, the issue is produced when taking the target ID from the native event sent by Aztec (reference) after the selection changes. The expected value in the function in charge of updating the scroll ( I'm not sure what change introduced this issue, but my gut feeling is that it has to do with the React Native upgrade to version In any case, taking the target ID from |
Describe the bug
When typing text into the paragraph block, the cursor can go behind the keyboard and out of the field of view. The editor should automatically scroll so that you can see what is being typed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The editor should automatically scroll so that the text your typing is within view.
Screenshots
RPReplay_Final1633206941.mov
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: