Make WordPress Core

Opened 8 weeks ago

Closed 7 weeks ago

Last modified 6 weeks ago

#64106 closed defect (bug) (fixed)

Support unique IDs in iAPI directives processing

Reported by: santosguillamot's profile santosguillamot Owned by: luisherranz's profile luisherranz
Milestone: 6.9 Priority: normal
Severity: normal Version: 6.9
Component: Interactivity API Keywords: has-patch has-unit-tests
Focuses: Cc:

Description (last modified by sabernhardt)

Add the server-side logic to support unique IDs in the Interactivity API directives. The server should match what the client is doing. See: GB72161. This way, the correct HTML will come directly from the server, and it will avoid layout shifts.

Change History (5)

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


8 weeks ago
#1

  • Keywords has-unit-tests added

Server-side logic for this pull request that added support for unique IDs in iAPI directives: https://github.com/WordPress/gutenberg/pull/72161
WIP to see if tests pass.

Trac ticket: https://core.trac.wordpress.org/ticket/64106

@santosguillamot commented on PR #10284:


8 weeks ago
#2

I've addressed the requested changes, and I added the ticket. Let me know if I should change something else.

#3 @luisherranz
7 weeks ago

  • Owner set to luisherranz
  • Resolution set to fixed
  • Status changed from new to closed

In 61020:

Interactivity API: Support unique IDs in server-side directives processing.

Server-side logic to support unique IDs in the Interactivity API directives to match what the client is doing (https://github.com/WordPress/gutenberg/pull/72161).

Props santosguillamot, darerodz, luisherranz.
Fixes #64106.

#5 @sabernhardt
6 weeks ago

  • Description modified (diff)
  • Milestone changed from Awaiting Review to 6.9
Note: See TracTickets for help on using tickets.