Hello.
I'm dealing with wierd behavior of IE 11 on Windows 8 and Windows 8.1. I'm fixing position of element inside fixed positioned element. And it's rendering weird. It's in right place when I inspect it with dev tools, but visually its completly in different place. I found out that if I temporarily disable position rule of parent element and then enable it again, the child element renders correctly after that. IE 11 on Win 7 doesn't have this problem.
I created pen on codepen. But when I checked it in IE, revealed that IE doesn't work well with codepen (I tried browse different pens of other people in IE on different machines and it failed everytime). So I don't know how to show you my problem. Anyway here's the pen:http://codepen.io/SovietSam/pen/Abkvu
Parent el is #photo-modal. Child el is a form.
I'm dealing with wierd behavior of IE 11 on Windows 8 and Windows 8.1. I'm fixing position of element inside fixed positioned element. And it's rendering weird. It's in right place when I inspect it with dev tools, but visually its completly in different place. I found out that if I temporarily disable position rule of parent element and then enable it again, the child element renders correctly after that. IE 11 on Win 7 doesn't have this problem.
I created pen on codepen. But when I checked it in IE, revealed that IE doesn't work well with codepen (I tried browse different pens of other people in IE on different machines and it failed everytime). So I don't know how to show you my problem. Anyway here's the pen:http://codepen.io/SovietSam/pen/Abkvu
Parent el is #photo-modal. Child el is a form.