-
Notifications
You must be signed in to change notification settings - Fork 1.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
Issue/fix gb paragraph scroll issue #11569
Issue/fix gb paragraph scroll issue #11569
Conversation
You can test the changes on this Pull Request by downloading the APK here. |
Hey @khaykov, This is the list of Gutenberg manual tests that we should follow during testing. Gutenberg testsWriting flow: @marecar3
Other:Button @marecar3
Cover @marecar3
DarkMode @marecar3
Gallery
Group
Image @marecar3
Media interaction
Media text
Spacer @marecar3
Video @marecar3 |
Klym also reported (in Slack) having trouble completing this test. I tried it out and works for me. The block setup I tried was:
Now, have that deepest Space selected and try to tap directly to any of the "upper" Spacers. The upper Spacer should get selected immediately, and that's what I do see in my test. Note, trying to tap in a "lower" Spacer would first select its parent block, and you'd have to continue tapping to get deeper in the nesting. |
In the effort to try to merge this work to the block editor release (1.25.0, ongoing at the time of writing), we'll stop working on this PR and instead focus on the PR that is targeting the release: #11580 |
Closing in favor: #11580 |
Fixes this scrolling issue in Block Editor.
Looks like
AppBarLayout
, when placed inRelativeLayout
was preventing web-based content of editor from scrolling. Recreating the layout usingConstraintLayout
instead ofRelativeLayout
fixed the issue. Thanks to @marecar3 for finding the solution.To test:
In Aztec:
PR submission checklist:
RELEASE-NOTES.txt
if necessary.