atomiks
atomiks
New here, but I recently went on a deep dive recreating the native macOS `` using CSS/JS: https://twitter.com/atomiksdev/status/1501847263102246916 In the current demo when opening the menu it won't limit its...
Closes #1440 As far as I can tell, this feature is most useful when another fixed / absolutely-positioned element is _also_ on the top-layer, or the floating element is "sharing"...
Can't seem to replicate the gap issue in Firefox anymore and leaving it off is necessary for the 90deg triangle with a stroke to have a correct thickness... https://github.com/floating-ui/floating-ui/assets/22450188/3c813c9a-29a6-46b6-bf11-8ca3a7b8785e
**Describe the bug** Right now the context menu doesn't follow the correct tabbing semantics for a `menu` role. `FloatingFocusManager` should have the `preventTabbing` prop (so only arrow key navigation controls...
- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/base-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/base-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). Closes #32 Preview: https://deploy-preview-264--base-ui.netlify.app/base-ui/react-tooltip/ Transition experiment: https://deploy-preview-264--base-ui.netlify.app/experiments/tooltip/ **TODO**: - [x] Tests - a lot of the...
- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/base-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). Preview: https://deploy-preview-381--base-ui.netlify.app/base-ui/react-popover/ Closes #35 - [x] Tests - [x] Documentation
Two separate issues: 1. There's no way to add "sub" highlights. Both `getStringLength` and `get` should be separately highlighted. ````md ```js /getStringLength/ /get/ const getStringLength = str => str.length; ```...
Closes #2903 Currently you need to manually restore focus to the nearest element if the focused element was removed (as done in the `Omnibox` local demo), or focus the floating...