Hi,
We have just upgraded to EhP3 and are having trouble with popups having both horizontal and vertical scrollbars in IE9 when we set an explicit width. For example, if we set the width of a popup to 1280px, the iframe inside it gets a width="100%" attribute (which is fine) but then gets an inline style of "width:1300px;", which triggers the scrollbar.
Here's an (edited) iframe opening tag from IE9:
<iframe name="WorkAreaFrame1popup" width="100%" id="WorkAreaFrame1popup" frameBorder="0" marginWidth="0" marginHeight="0" noResize="noresize" scrolling="no" style="width: 1300px; height: 1028px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; visibility: visible;" fsInit="loaded">
Although inline width style appears in the iframe tag generated for Chrome, it's commented out:
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" id="WorkAreaFrame1popup" name="WorkAreaFrame1popup" width="100%" style="visibility: visible; display: block; margin: 0px; padding: 0px; height: 972px;/* width: 1300px; */" noresize="noresize" fsinit="loaded"></iframe>
In Firefox, there doesn't appear to be an inline style width at all, just the width attribute.
Has anyone else experienced this problem and managed to find out where it's happening?
Many thanks,
Andrew