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
Describe the bug
If an input has keyboard focus, scrolling through large posts it's sometimes impossible to scroll far before the scroll position is reset. It appears that the scroll is reset sometime after the focused input goes off-screen.
To Reproduce
Open the demo Gutenberg Android app showing the default content
Scroll down to the bottom and put keyboard focus in a Paragraph or other focusable block
Start scrolling up to the top of the editor content and notice that soon after the focusable block is no longer on-screen, the editor moves the scroll position back down so it's nearly impossible to scroll to the top of a post
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Smartphone (please complete the following information):
I also noticed this issue with cursor positioning with the this test post: when a paragraph block is selected and the cursor is blinking there, scrolling out of it is super hard. I tried scrolling all the way up and the editor insists in bringing focus to the selected block. Found out this while trying to reproduce and investigate the issue tracked in wordpress-mobile/WordPress-Android#13361
Describe the bug
If an input has keyboard focus, scrolling through large posts it's sometimes impossible to scroll far before the scroll position is reset. It appears that the scroll is reset sometime after the focused input goes off-screen.
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Smartphone (please complete the following information):
Additional context
The workaround to scroll to the top of a long post is to first ensure that no input has keyboard focus.
The text was updated successfully, but these errors were encountered: