-
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
Gutenberg: update to v1.27.0 #11756
Gutenberg: update to v1.27.0 #11756
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
You can test the changes on this Pull Request by downloading the APK here. |
Writing flow sanity check
Splitting and merging - TC001I encountered a bug where after using swipe text to write a word, deleting does not allow merging the blocks.
This behavior is noted here, so not a regression in this release, but I'm documenting so that we add this as a known issue to the TC001 test-case. Splitting and merging - TC005Note: the list test-case should be bumped to TC006 since there already is a TC005. In the test-case for heading block, pressing backspace transforms the list into a paragraph, then back to heading again: For a list, the transformation results in the list splitting apart into multiple paragraph blocks, so only the first list item will "retransform" to the last item on the previous list. Rich text formatting - TC008✔️ This test case now works on Android, so just noting we can remove the known issue from the test-cases 🎉 |
MediaText-1 ✔️
MediaText-2 ✔️
MediaText-3 ✔️
MediaText-4 ✔️Small bug with media text block (not a blocker, IMO): after rotating to landscape, the vertical alignment icon is "out of sync" with the state. As soon as you change the value, it syncs again, and remains synced after that. MultipleUpload-1 ✔️
Shortcode-1 ✔️
Cover-2 ✔️
Columns - 2 ✔️
Note: these tests may need to be updated to reflect the new position of the floating-toolbar (or mention that the position has changed). In landscape, the floating-toolbar is centered on the screen, not directly above the selected inner block: Columns - 3 ❌
This looks like a regression in dark-mode. The appender is white for columns block: Unfortunately, this looks like a bug in group and gallery as well. Also, the placeholders in unselected inner blocks are white in darkmode. Other issues encountered while testingMedia library images have incorrect orientationThis could be due to a change in the select-from-device and / or upload flow (possibly related to the new picker). Done button in paragraph block (landscape mode text editing) leads to loopWhen in landscape mode in Android, the edit text enters a landscape mode, which takes up the top half of the screen, with the keyboard occupying the bottom half. After tapping "done", the editor jumps into a new paragraph block, which reopens the keyboard without allowing the user to "escape". I'm not sure if this is considered a bug, or a limitation of the current UX. I haven't yet confirmed if this behavior already exists in a previous release, and I'm merely documenting it here (my gut feeling is that it's not a blocker, since the user can escape via the back button). |
@mkevins This is not a new behavior but I think this is worth revisiting that UX, could you open an issue? Not a blocker for the release imo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ✅
Thanks for testing! |
Related PRs
gutenberg-mobile: wordpress-mobile/gutenberg-mobile#2186
WPiOS: wordpress-mobile/WordPress-iOS#14002
To test:
Bug fix
FloatingToolbar
on the bottom of the screen Refactor: Fixed position ofFloatingToolbar
on the bottom of the screen gutenberg-mobile#2118New feature & Improvement
Video block - don't force full screen on iOS Video block - don't force full screen on iOS gutenberg-mobile#1952This was revertedNote: including this to ensure we don't see the block in production yet:
PR submission checklist:
RELEASE-NOTES.txt
if necessary.