Issue/fix gb paragraph scroll issue#11569
Issue/fix gb paragraph scroll issue#11569khaykov wants to merge 7 commits intofeature/material-themefrom
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 inRelativeLayoutwas preventing web-based content of editor from scrolling. Recreating the layout usingConstraintLayoutinstead ofRelativeLayoutfixed the issue. Thanks to @marecar3 for finding the solution.To test:
In Aztec:
PR submission checklist:
RELEASE-NOTES.txtif necessary.