Opened 10 months ago
Last modified 9 months ago
#61000 assigned defect (bug)
Pattern Search for Command gives The editor has encountered an unexpected error.
Reported by: | kapasias | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.5 |
Component: | General | Keywords: | |
Focuses: | javascript | Cc: |
Description
File : wp-includes/js/dist/blocks.min.js
First Create Pattern and Then Follow
Steps : https://www.loom.com/share/a4a1eb3c262546829dcb80224c39b048
Change History (4)
#2
@
9 months ago
Thanks for the report.
I was able to reproduce this issue in WP6.5, but it appears to have been fixed in the latest Gutenberg.
Testing Instructions
- Create a simple synced pattern in advance.
- Open the post editor.
- Insert the synced pattern you created earlier.
- Click the "Edit Original" button from the block toolbar.
- Move to pattern editing mode.
- Click the Document Title to launch the Command Palette.
- Enter some characters.
- Editor crashes.
- Enable Gutenberg plugin version 18.1.0.
- Repeat steps 2 to 7.
- The editor should not crash.
#3
@
9 months ago
@wildworks Do you know if the fix in Gutenberg is labeled to be included in the next minor release?
#4
@
9 months ago
Do you know if the fix in Gutenberg is labeled to be included in the next minor release?
In the issue reported in this ticket, the browser outputs the following error:
Uncaught TypeError: Cannot read properties of null (reading 'name') at isPossibleTransformForSource (blocks.js?ver=1cdc1594170000ce87b5:10138:36)
I found a Gutenberg PR (#59289) that fixes a similar error. This PR may also have fixed the issue reported in this ticket.
Note: See
TracTickets for help on using
tickets.
Updated File : https://we.tl/t-LhGUkzXh0D