Robert Anderson
Robert Anderson
Absolutely! This is a big missing piece for me when I try to rebuild a real world website using the site editor. Most business websites (e.g. for a restaurant, a...
Thanks for the nice list—that's a cool script! I've backported https://github.com/WordPress/gutenberg/pull/41648 (in [r54079](https://core.trac.wordpress.org/changeset/54079)) and checked it off the list in the description.
Having the same issue.
I did indeed. I set up a new Lumen project just now to demonstrate the problem, [download it here](https://drive.google.com/file/d/0By3W5AMQySAKR3ZvOGZZV3RuT0k/view?usp=sharing).
I reformatted this issue a little bit, added some links, and un-checked all the checkboxes since, to my knowledge, we haven't merged anything that migrates any tests yet. (https://github.com/WordPress/gutenberg/pull/38570 is...
It would be nice to flag 🚩 which tests are [flaky](https://github.com/WordPress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3A%22%5BType%5D+Flaky+Test%22) so that we can prioritise them. That will show us if Playwright offers any improvements there.
Thanks so much @ciampo! I've opened https://github.com/WordPress/gutenberg/pull/43495 to address your notes. > * The component's chosen timezone seem to be tightly coupled with the WordPress editor's settings — we should...
Very interesting problem! Just an idea, but what if, instead of `inserter: JSX.Element` which is rendered after the button in the inserter is clicked, you have `inserterButton: JSX.Element` which allows...
Looking good in my testing. Nice that the focus isn't lost when pressing ESC too. > This API is a bit too open right now as it allows plugins to...
> * Positioning grid items with drag and drop: the drop indicators when dragging over a grid block could show a block dropzone over empty columns. > * Changing column...