Igniteui-angular: igxDialog is not positioned correctly under IE11

Created on 7 Mar 2019  路  2Comments  路  Source: IgniteUI/igniteui-angular

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

bug dialog overlay medium resolved 7.2.x

All 2 comments

@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?

No we did not, but we had to.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ChronosSF picture ChronosSF  路  3Comments

QuinntyneBrown picture QuinntyneBrown  路  3Comments

nikunjgajera picture nikunjgajera  路  3Comments

cornel-stoica-str picture cornel-stoica-str  路  3Comments

tkiryu picture tkiryu  路  3Comments