#64106 closed defect (bug) (fixed)
Support unique IDs in iAPI directives processing
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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 )
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
@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
@
7 weeks ago
- Owner set to luisherranz
- Resolution set to fixed
- Status changed from new to closed
In 61020:
@luisherranz commented on PR #10284:
7 weeks ago
#4
Note: See
TracTickets for help on using
tickets.
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