microsoftgraph / microsoft-graph-toolkit

Authentication Providers and UI components for Microsoft Graph 🦒
https://docs.microsoft.com/graph/toolkit/overview
Other
964 stars 309 forks source link

[BUG] ie11 mgt-people-picker y-overflow selectedPeople #437

Closed vogtn closed 4 years ago

vogtn commented 4 years ago

Describe the bug The mgt-people-picker uses the next-line to overflow the selected people when there is no space available on the width of the browser. In ie11 the browser renders the next-line overflow into a potential component below it.

To Reproduce Steps to reproduce the behavior:

  1. Render a mgt-people-picker to a page.
  2. Render a mgt-teams-channel-picker to the page just below it.
  3. Select an amount of people so that the component has to overflow to the line below it.
  4. Observe the component rendering selected people "underneath" the teams-channel-picker component.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. people-pickerOverflow

Environment (please complete the following information):

Additional context Add any other context about the problem here.

ghost commented 4 years ago

Hello vogtn, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

tramadon commented 4 years ago

I think that we don't need to show visual separation line, please see design:

people-picker-second-line

@vogtn ^^