Skip to content
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

fix: Prevent unnecessary content changes clearing redo actions #6462

Conversation

wpmobilebot
Copy link
Collaborator

Related PRs

Description

This PR is generated by version-toolkit to downstream the changes for gutenberg submodule.

@fluiddot
Copy link
Contributor

fluiddot commented Dec 14, 2023

Seems Test Android on Device - Full CI job is failing due to an issue that was fixed in WordPress/gutenberg#56985. It would be great to update the Gutenberg branch to make all CI jobs pass.

Copy link
Contributor

@fluiddot fluiddot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved via WordPress/gutenberg#57028 (review) 🎊 .

Fix for undefined is not a function at getBlockInserterUsed

@dcalhoun Note that I added b91caf0 to fix another case of RichText value comparison. It can be tested with the following testing instructions:

  1. Build the app and connect it to a local Metro server. This is needed as the exception can't be seen in non-development builds.
  2. Create a post.
  3. Select the first Paragraph block.
  4. Press the enter key to create a new paragraph.
  5. Observe that no exception is thrown.

I already tested this case and confirmed that is no longer happening.

Test Android on Device - Full CI job failed in 4bc4ffe

Regarding #6462 (comment), since the E2E tests failing (see below list) seem unrelated to the writing flow, I'd say it's safe to merge.

  • Test Suite 4 › Group block › should traverse up and down nested blocks
  • Test Suite 4 › Group block › should navigate between nested blocks

@fluiddot fluiddot added this to the 1.110.0 (24.0) milestone Dec 14, 2023
@dcalhoun dcalhoun merged commit cab6dd1 into trunk Dec 14, 2023
18 of 19 checks passed
@dcalhoun dcalhoun deleted the version-toolkit/gutenberg/fix/prevent-unnecessary-content-changes-clearing-redo-actions branch December 14, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants