New issue
Advanced search Search tips

Issue 865782 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Today
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

setting iframe height as a percentage and attaching to a new blank window causes problems

Project Member Reported by sebastianmcai@google.com, Jul 19

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

 
Labels: Needs-Milestone
Cc: phanindra.mandapaka@chromium.org
Labels: Needs-Feedback Triaged-ET
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..!

Comment 3 by vamshi.kommuri@chromium.org, Today (45 minutes ago)

Cc: vamshi.kommuri@chromium.org
Status: WontFix (was: Unconfirmed)
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