Daniel Richards

Results 215 comments of Daniel Richards

PR here for persisted preferences - https://github.com/WordPress/wordpress-develop/pull/3219.

It's a very nice feature, well done on getting it to this stage. Another thing around the options menu (and also other dropdowns for consistency), It might be worth looking...

> Is there a way to properly backport this issue? If zoomed-out views will not be included in WordPress 6.1, I feel that simple backporting might be difficult. If it...

Just thought I'd mention that the project I work on had a very similar custom middleware solution for offsetting an iframe to the one shown in the issue description. A...

@atomiks I think we need cross axis for our use case. I've managed to replace our custom middleware with the `offset` middleware, using the callback to determine the right mainAxis/crossAxis...

I see. My mistake is that I didn't realise that some middleware (like flip) has a different definition of main/cross axis. Flip is the definition I saw first and I...

Yep, it'd be great to know that. It should be fixed by https://github.com/WordPress/gutenberg/pull/42073. That fix will be in WordPress 6.1, but is already in the Gutenberg plugin.

@ntsekouras Oh, I think it's slightly different to what you described. I did misread the steps originally and misinterpreted the video because it shows the other bug. The issue is...

> That's what I said, but it occurs with every attribute change(inspector tools) and if it's unmounted. Ah, ok, I thought you just meant clicking outside the popover.

I started looking at the second most flakey test (`site-editor/template-part.test.js`). I hit a roadblock that I think is worth trying to solve early on while there's a chance to put...