New issue
Advanced search Search tips

Issue 609025 link

Starred by 2 users

Issue metadata

Status: Archived
Owner: ----
Closed: May 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

Multiple charts loads random data

Reported by rveer...@gmail.com, May 4 2016

Issue description

UserAgent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36

Steps to reproduce the problem:
Have a html page like this,
<html>
<div>
<iframe src="src_1"></iframe>
</div>
<div>
<iframe src="src_2"></iframe>
</div>
<div>
<iframe src="src_3"></iframe>
</div>
<html>

What is the expected behavior?
All 3 iframes should load different contents.

What went wrong?
I could see the inappropriate content which loads in iframes.
eg, Expected content of the first iframe will come in second iframe, first and third will have same content something like this.

Did this work before? No 

Chrome version: 47.0.2526.106  Channel: n/a
OS Version: 6.3
Flash Version: Shockwave Flash 21.0 r0

Hi,

I am facing the issue in multiple iframes will load the random content though we randomize name attribute.

Here is the example i tried.
<html>
<div>
<iframe src="***"></iframe>
</div>
<div>
<iframe src="***"></iframe>
</div>
<div>
<iframe src="***"></iframe>
</div>
<html>

I could see the inappropriate content which loads in iframes.
eg, Expected content of the first iframe will come in second iframe, first and third will have same content something like this.
 
Project Member

Comment 1 by sheriffbot@chromium.org, May 4 2017

Status: Archived (was: Unconfirmed)
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment