nodejs.org icon indicating copy to clipboard operation
nodejs.org copied to clipboard

Strange behavior of drop-down menu on download page

Open kujo205 opened this issue 1 year ago • 1 comments

URL:

https://nodejs.org/en/download

Browser Name:

Chrome

Browser Version:

123.0.6312.40

Operating System:

Android 14

How to reproduce the issue:

  1. Go to downloads page
  2. Click categories drop-down
  3. See the visual bug Screenshot_20240326-211310

kujo205 avatar Mar 26 '24 19:03 kujo205

Hi If you mean the popover behavior, then I think this behavior is implemented in radix select component.

The code source responsible for this behavior is here

          <SelectPrimitive.Content
            position={inline ? 'popper' : 'item-aligned'}
            className={classNames(styles.dropdown, { [styles.inline]: inline })}
          >

They can force item-aligned to mimic the normal HTML select behavior.

medmor avatar Mar 26 '24 21:03 medmor

This issue got fixed, closing!

ovflowd avatar Apr 02 '24 09:04 ovflowd