Make WordPress Core

#58790 closed defect (bug) (reported-upstream)

Search block: View script is missing in core

Reported by: walbo's profile walbo Owned by: walbo's profile walbo
Milestone: Priority: normal
Severity: normal Version: 6.3
Component: Editor Keywords: has-patch needs-testing gutenberg-merge
Focuses: Cc:

Description

Gutenberg added a view script to the Search block in v16 (see #50487), which will be included in WP6.3.

I noticed that the view script is missing in /wp-includes/blocks/search and the expandable input functionality will not work in core.

The build setup need to be updated to include this script.

--

(There is also an bug in block. The script is loaded from the wrong location in core, /wp-content/plugins/var/www/src/wp-includes/blocks/search/view.min.js?ver=6.3-beta4-56216-src. A PR is already created in Gutenberg to fix this. See #52552)

Change History (6)

This ticket was mentioned in PR #4835 on WordPress/wordpress-develop by @walbo.


13 months ago
#1

  • Keywords has-patch added

#2 @swissspidy
13 months ago

  • Component changed from Build/Test Tools to Editor
  • Keywords needs-testing added
  • Milestone changed from Awaiting Review to 6.3

https://github.com/WordPress/gutenberg/pull/52552 would need to be merged & shipped in a new npm package update for 6.3 RC 1

This ticket was mentioned in Slack in #core by audrasjb. View the logs.


13 months ago

#4 @audrasjb
13 months ago

  • Keywords gutenberg-merge added

This ticket was mentioned in Slack in #core by audrasjb. View the logs.


12 months ago

#6 @audrasjb
12 months ago

  • Milestone 6.3 deleted
  • Resolution set to reported-upstream
  • Status changed from assigned to closed

It appears the issue has been fixed in [56255] during RC1.

Therefore closing this ticket as reported-upstream since it was fixed on Gutenberg side.

Note: See TracTickets for help on using tickets.