Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue where flyouts render outside of window bounds #222

Merged
merged 11 commits into from
Nov 27, 2019

Conversation

nmetulev
Copy link
Contributor

Closes #202

PR Type

  • Bugfix

Description of the changes

This PR introduces a new internal component for rendering flyouts (mgt-flyout) and replaces all code where we render a flyout (person-card in person, and people-picker in tasks). The new component helps to avoid re-implementing flyouts for every component that needs it and ensures all flyouts behave the same.

mgt-flyout measures the content to render and ensures the flyout is fully visible on screen when possible.

@nmetulev nmetulev requested a review from vogtn November 27, 2019 18:03
@vogtn
Copy link
Contributor

vogtn commented Nov 27, 2019

@JustinXinLiu This changes the center point of the flyout of the card to match the center point of the respective person. See the screen shots below, what is your opinion?:

Note: cursor position is over Adele Vance's mgt-person

Previous (offset):
image1

After (center):
image2

@JustinXinLiu
Copy link
Contributor

Looks good to me!

@vogtn vogtn merged commit 24c1232 into master Nov 27, 2019
@nmetulev nmetulev deleted the nivogt/card-window-bounds branch November 27, 2019 21:17
shweaver-MSFT pushed a commit that referenced this pull request Jun 8, 2020
Fixed issue where flyouts render outside of window bounds
shweaver-MSFT pushed a commit that referenced this pull request Jun 10, 2020
Fixed issue where flyouts render outside of window bounds
shweaver-MSFT pushed a commit that referenced this pull request Jun 10, 2020
Fixed issue where flyouts render outside of window bounds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] person-card (and people-picker) in people should not render off screen when possible
3 participants