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

igxDialog is not positioned correctly under IE11 #4220

Closed
kacheshmarova opened this issue Mar 7, 2019 · 2 comments
Closed

igxDialog is not positioned correctly under IE11 #4220

kacheshmarova opened this issue Mar 7, 2019 · 2 comments
Assignees
Labels
🐛 bug Any issue that describes a bug dialog 🧨 severity: medium overlay version: 7.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@kacheshmarova
Copy link
Contributor

kacheshmarova commented Mar 7, 2019

Description

igxDialog is not positioned in the middle of the container under IE11

  • igniteui-angular version: 7.2
  • browser: Internet Explorer 11

Steps to reproduce

  1. Open this sample
  2. Click any of the "Show Dialog" buttons. For example, the one for "Standard Dialog"
  3. Observe dialog`s position

Result

Dialog is positioned in the bottom right corner.
dialogposition1

Expected result

Dialog window to be positioned in the middle (as it is in Chrome)
dialogposition2

@damyanpetev
Copy link
Member

@Aleksandyr @wnvko This is totally the position: absolute + flex in IE11 messing up.
Did we not make it relative just for that reason when using flex(Global) positioning?

@wnvko
Copy link
Contributor

wnvko commented Mar 12, 2019

No we did not, but we had to.

@wnvko wnvko self-assigned this Mar 12, 2019
@wnvko wnvko added 🛠️ status: in-development Issues and PRs with active development on them overlay and removed 🆕 status: new labels Mar 12, 2019
@wnvko wnvko added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug dialog 🧨 severity: medium overlay version: 7.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

No branches or pull requests

6 participants