setting iframe height as a percentage and attaching to a new blank window causes problems |
|||
Issue description
Behavior in Windows Chrome (if you have access to it):
What steps will reproduce the problem?
(1) var x = goog.dom.safe.openInWindow('');
(2) var iframe = x.document.createElement('iframe');
(3) iframe.height = '100%';
(4) iframe.src = [some pdf data url];
(5) x.document.body.appendChild(iframe);
What is the expected result?
New window opens with iframe loaded in with pdf
What happens instead?
new window opens with blank iframe, pdf only shows after resizing chrome. works as intended on Mac and ChromeOs
Setting the height to a hardcoded pixel value resolves the issue
,
Jul 27
Thanks for filling the issue... Could you please attach sample test file with the above test case for ease of reproducing this issue and triage this further. Thanks..!
,
Today
(45 minutes ago)
As there isn't any info/Feedback from reporter since long time, hence closing this issue and marking it as Won't Fix. @Reporter: Please feel free to file a new one if the issue still persists. Thanks! |
|||
►
Sign in to add a comment |
|||
Comment 1 by vamshi.kommuri@chromium.org
, Jul 20