Daniel Richards
Daniel Richards
I'll reopen the issue as it seems worth discussing further, and I don't want it to get lost. It's also something that could happen with any block binding, including if...
Similar to the issue with the `wp-image-123` classname, there's also a `data-id` used in galleries that has the incorrect value when overriden using pattern overrides. The current version of the...
I've made a PR that should hopefully fix this - #63013
I've been looking into options for fixing this. I think it's high priority issue that needs some attention. The only short term option is to remove fields support for bound...
> Firstly, which one do you think would provide longer term stability and flexibility? Is there a way to do it iteratively? The first option solves the root cause, so...
I had a go at Option 2 in this PR - #73863. Unfortunately it doesn't work (I mentioned the problems on the PR), and I'm not sure the issues are...
> I had a go at Option 2 in this PR - https://github.com/WordPress/gutenberg/pull/73863. Unfortunately it doesn't work (I mentioned the problems on the PR), and I'm not sure the issues...
> Is there any way we could go with option 1 without requiring access to block context from the block editor store -- instead providing it to whatever action or...
I think this should work as expected now, I've updated the AsyncModeProvider logic so that blocks within a section receive synchronous updates, and looks like that fixes the field order....
A new issue was opened up here recently about classes and links - https://github.com/WordPress/gutenberg/issues/38878.