Daniel Richards
Daniel Richards
It'd be great to see inconsistencies fixed, but I think this issue needs a bit more discussion before changing the descriptions of all the blocks. There was an existing convention...
There seems to be a caveat that the div is only skipped when `RawHTML` is used as part of the block `save` implementation, but it'll still be present as part...
I see @gziolo and @andrewserong worked on this most recently, so I thought I'd ping them to see if they have any thoughts.
> It might be possible to refactor RawHTML to support the use case explained in the editing context, but that would require some operations to overcome React's limitation where you...
I tested this PR, I don't think it's the right approach - the removed `overflow: auto` makes the Code Editor mode unscrollable. I have sympathies as trying to navigate through...
After the latest change, the PR doesn't seem to be fixing either of the bugs unfortunately. I now get the extra scrollbars again when testing. I think it might be...
Just to note, I do still have this PR open - https://github.com/WordPress/gutenberg/pull/46457 (surprisingly it has no merge conflicts). It may serve as a good basis for addressing this issue, or...
There are two failing e2e tests, but they also seem to be failing in trunk.
committed to trunk in r58850
Thanks for spotting that. Linty things should be all fixed in the last two commits 👍