Bug: iframes are not shown after accepting cookies in IE
After the cookies are accepted the iframe gets the property 'display: initial'. It works in all browser except for IE. (https://developer.mozilla.org/en-US/docs/Web/CSS/initial)
Until this is fixed, this quickfix can be used.
iframe[src] {
display: block !important;
}
-
Hey Steef,
As it stands now I can confirm that this is indeed a bug, which is not a new thing to you. The good news is that a it should be resolved soon as it has been passed to the development team.
Regards,
Martin0 -
Hi Steff,
a fix for the IE11 iframe bug has been rolled out and we now see that our solution work as intended on acceptance of cookies on iframes controlled by prior consent. You can remove your hotfix solution.
Apologies for the inconvenience.Best Regards,
Martin0
Please sign in to leave a comment.
Comments
2 comments