-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[RNMobile] [iOS] Editor jumps when inserting a new block #40029
Comments
This issue might be related to the changes introduced in this PR to fix wordpress-mobile/gutenberg-mobile#4069. |
I'm unsure if there's any relation, but I see a similar effect when writing a post using mobile Safari. RPReplay_Final1652332525.MP4 |
It's interesting it's reproducible on the mobile web, too! I found a couple of issues related to jumping when inserting a block with Safari on iOS, so x-referencing them in case they're relevant/useful: |
👋 I wanted to add that there's also now a hopping component to the keyboard. iOS 16 / WPiOS 20.9. RPReplay_Final1665110410.MP4 |
Thanks @twstokes for reporting this and checking the issue on iOS 16 🙇 ! It's definitely getting bumpier 😞, although the major issue is the big jump in the block list. I noticed this issue didn't have a priority label so I went ahead and mark it as a high priority. My rationale is that this is disrupting the writing experience severely and might confuse the user about the position where the content is being added. @SiobhyB looks like you self-assigned this issue some months ago, was there any progress? |
Thanks for following up @twstokes!
@fluiddot, I wasn't able to find a fix, unfortunately, but investigations found the following:
I'll go ahead to unassign myself from this issue as I'm not actively looking at it, though I would like to return to this at some point as time allows and am interested in following along with the progress. |
Description
When pressing return to insert a new block, the editor jumps to a higher position and then scrolls down.
As pointed out by @fluiddot, this may be connected to the React Native v0.66.2 upgrade that took place in WPiOS 19.0.
Step-by-step reproduction instructions
Expected behaviour
The view does not jump to the top. The view smoothly scrolls downward to the new block from the current block.
Actual behaviour
The view jumps to the top and then scrolls down to the new block.
18.9.0.4.Not.hopping.MP4
19.0.0.5.Hopping.MP4
WordPress information
Device information
The text was updated successfully, but these errors were encountered: