Semantic-UI-React icon indicating copy to clipboard operation
Semantic-UI-React copied to clipboard

Multiselect Dropdown in horizontal List moves

Open Reygok opened this issue 6 years ago • 6 comments
trafficstars

Bug Report

Steps

Create a horizontal List, add two Dropdowns, add prop 'multiple' to one of the two, and add some options to both. Select one option in both of them.

Expected Result

Both Dropdowns should stay in place

Actual Result

The moment you select an element from the multi-select Dropdown, it moves down about one millimeter. That's what happens in the code sandbox. In my app, it is moved down from the start, even without anything being selected.

Version

0.87.3

Reygok avatar Jul 26 '19 11:07 Reygok

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

welcome[bot] avatar Jul 26 '19 11:07 welcome[bot]

Please provide a minimal repro on CodeSandbox.

layershifter avatar Jul 29 '19 11:07 layershifter

There you go :)

https://codesandbox.io/embed/semantic-ui-react-example-xghj2

Reygok avatar Jul 29 '19 11:07 Reygok

In the provided code sandbox we can also observe another problem - misalignment in the right border when dropdown is in open state: image

@layershifter I don't know if that problems needs (or already have) separate issue? Please let me know if new issue is needed (I can create one).

qooban avatar Apr 15 '21 12:04 qooban

Do you know if this has been addressed already? It can appear on both sides of the dropdown in both ways. For example these are from the official website. The issue appears and disappears on page zoom (from 50% to 150% zoom) on latest Firefox.

semantic-ui-left-out semantic-ui-left-in semantic-ui-right-out semantic-ui-right-in

khanstan avatar Aug 06 '22 20:08 khanstan