Andy Hook
Andy Hook
> I'm wondering whether things like Apple Pencil, which doesn't provide a hover interaction, would be classified as pen too Same here, we should do some testing before applying a...
@benoitgrelard happy to look at this. I think I get the gist but could you provide some more context on the issue?
For posterity – the issue is with tall menus exceeding the viewport height. It’s possible to get into situations where popper has nowhere else to place the menu, causing layout...
I've addressed this feedback plus other issues I noticed via https://github.com/radix-ui/primitives/pull/1716 so will close this in favour. Thanks again for your efforts and contributions to Radix @innub , much appreciated.
Hey @innub thanks a lot for your effort here, I went ahead and made the requested changes via https://github.com/radix-ui/primitives/pull/1669 so will close this out in favour 🙏
I might be misunderstanding the issue but I don't think this is related to the animation timing. Because we use a timer (300ms) combined with an “intent zone”, the open...
Hey @ChristophLabacher, while I can see the need for this I’m not convinced the css variable approach would be the best fit here. In order to measure the tallest content...
> I can’t find a discussion about it, but something we’ve been wanting to implement for a long time is a layering system. A component (or hook) would get used...
Hey @eliobricenov, any component using a popover element inside a modal will trigger this behaviour, here's a simplified repro: https://codesandbox.io/s/modal-premature-close-9mhf7?file=/src/App.js
> Or can we use a Menubar as Navigation? Nope, as you say, Menubar shouldn't be used as navigation @heymath how many levels deep is your nav? is it only...