Vlad Moroz

Results 48 issues of Vlad Moroz

## Feature request Improve text selection usability/accessibility in the Hover Card: - When selecting text in the Hover Card, don't allow the selection to spill out of the Hover Card...

Type: Enhancement
Package: react/hover-card

## Bug report When you close NavigationMenu with Esc, moving the mouse opens it again, which defeats the purpose of being able to close the menu like this in the...

Type: Bug
Package: react/navigation-menu

**What**: Fixes `MDXContentProps` type missing from `types.d.ts` **Why**: This issue prevented a basic Next.js setup with `mdx-bundler` from building. Fixes #75. **How**: Add `MDXContentProps` to `types.d.ts` and import it in...

- `mdx-bundler` version: `9.0.1` - `node` version: `14.17.5` - `npm` version: `6.14.14` Relevant code or config: ```js import { bundleMDX } from 'mdx-bundler'; ``` What you did: ``` next build...

- Popover - Hover Card - Tooltip - Dropdown Menu

## Bug report As of 1.0.0, scrolling when hovering over the scroll track doesn't respect `overscroll-behavior` setting used on the Scroll Area Viewport. Example: https://workos.com/docs/reference Try scrolling the left sidebar...

Type: Bug
Package: react/scroll-area

Currently, `disableTransitionOnChange` doesn’t take care of the transitions on pseudo-elements Example (slowed down): https://github.com/pacocoursey/next-themes/assets/8441036/cff34eb4-a526-41c1-a867-d3d4816d9a25 This makes sure that transition is disabled for pseudo-elements too: https://github.com/pacocoursey/next-themes/assets/8441036/21ed2672-c14a-489a-852b-7e1d4575a9a3

- Fix `asChild` prop not working as expected on the Viewport part - Rework the inner content element styles on the Viewport part - Replace `display: table` with flex styles...

- Fix an issue when clicking a Select Item would click an element behind it on Android touch devices (https://github.com/radix-ui/primitives/issues/1658) - Reproducible in Chrome’s touch device simulator - Fix an...

To explore: - Always prevent outside touch interactions, even with `modal={false}` - Truly non-modal popups are always problematic on mobile devices because there are no hovers to indicate whether outside...

core
component: alert dialog
component: dialog
component: popover