Marco Ciampini

Results 290 comments of Marco Ciampini

> > Also, I'm discussing with the author of the library the [floating-ui/floating-ui#1868 (comment)](https://github.com/floating-ui/floating-ui/pull/1868#issuecomment-1228205809), which could allow to always add the frame offset to min/max limits > > Do you...

Thank you for your review, Dan! > I'm not sure Gutenberg has any left/right placements that would be affected by it, and I think it's a niche enough bug that...

Actually, as I was playing around with the editor testing for other fixes, I found another bug that shows [the limits](https://github.com/WordPress/gutenberg/pull/42950#issuecomment-1228254542) of our current approach. On `trunk`: https://user-images.githubusercontent.com/1083581/187265502-bd246a28-a239-4454-98ef-27407fecae3b.mp4 Basically, the...

Update: I've started working on cross-document support directly in `floating-ui` (https://github.com/floating-ui/floating-ui/pull/1884), but I don't think I'll manage to wrap that up in time for 6.1. My suggestion is that we...

> I guess you can rebase and we can do the final testing. I just rebased and pushed the updated changes — The PR should be ready for a final...

@c4rl0sbr4v0 @ockham could you please include this PR in WP 6.1 beta 2? Thank you 🙏

Hey @jasmussen , I made some changes, and the popover should now open below (and centred) under each control point in the gradient bar, if I understood this piece of...

Alright, I've applied _some_ of the suggested changes: in particular, with the latest changes in this PR _all dropdowns_ opening within a `GradientPicker` or a `ColorPalette` currently open below the...

I will also try to summarize the current situation, in case we can get to a simpler solution for the purpose of this PR (which originally aimed at being a...

@talldan's proposed solution makes sense to me — I went ahead and tried to implement it with my latest changes. Here's what the "color picker in a popover" behaves like...