-
Notifications
You must be signed in to change notification settings - Fork 161
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
Auto position strategy use wrong animation when flipped #8238
Labels
🧨 severity: medium
overlay
🧰 feature-request
version: 11.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
wnvko
added a commit
that referenced
this issue
Oct 9, 2020
wnvko
added a commit
that referenced
this issue
Oct 9, 2020
14 tasks
wnvko
added a commit
that referenced
this issue
Oct 9, 2020
# Conflicts: # projects/igniteui-angular/src/lib/core/utils.ts
14 tasks
wnvko
added a commit
that referenced
this issue
Oct 9, 2020
# Conflicts: # projects/igniteui-angular/src/lib/core/utils.ts
wnvko
added a commit
that referenced
this issue
Oct 12, 2020
wnvko
added a commit
that referenced
this issue
Oct 12, 2020
wnvko
added a commit
that referenced
this issue
Oct 12, 2020
wnvko
added a commit
that referenced
this issue
Oct 12, 2020
wnvko
added a commit
that referenced
this issue
Oct 12, 2020
wnvko
added a commit
that referenced
this issue
Oct 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🧨 severity: medium
overlay
🧰 feature-request
version: 11.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
In
IgxOverlay
when usingAutoPositionStrategy
in case the content is flipped, e.g. initially should show in down direction, but there is not space and it shows in upper direction, the animation is not changed.Steps to reproduce
Show overlay with
AutoPositionStrategy
forcing the content to be flipped.Result
Animation starts from the top of the content.
Expected result
Overlay should use the opposite animation - from bottom to top.
The text was updated successfully, but these errors were encountered: