-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
POC Slot/Fill Ordering #49401
base: trunk
Are you sure you want to change the base?
POC Slot/Fill Ordering #49401
Conversation
When creating a <Fill /> for a <Slot />, you can pass the priority (defaults to 10 if none passed) in order to output the fills in a more determinisitic order.
Size Change: +6.72 kB (0%) Total Size: 1.37 MB
ℹ️ View Unchanged
|
Flaky tests detected in b721bb6. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4774530944
|
This utilizes the priority ordering added for fills in the previous commit(s) as a POC and to allow plugins to have more flexibility in where they add items into the post status info sidebar.
It would be great to see this issue resolved! Recently I had to use odd hacks for a workaround. Some interesting ideas were shared during a previous attempt to fix the problem - #29287 (comment). |
Taking notes for my future self: it looks like the |
More notes on context and ideas about reordering fills, and maybe not using bubblesVirtually at all: #19242 (comment) |
POC attempt at fixing #15641
What?
Why?
How?
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast