Opened 15 years ago
Last modified 15 years ago
#6257 confirmed Bug
Editor crashes in Google Chrome when running multiple instances inside <iframe> — at Initial Version
Reported by: | Bruno Basto | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4 |
Keywords: | Chrome | Cc: |
Description
I've attached some screenshots with the crash and the error log.
Here an example of the code I used:
<iframe src="fullpage.html" height="550" width="800"></iframe>
<iframe src="fullpage.html" height="550" width="800"></iframe>
<iframe src="fullpage.html" height="550" width="800"></iframe>
<iframe src="fullpage.html" height="550" width="800"></iframe>
<iframe src="fullpage.html" height="550" width="800"></iframe>
<iframe src="fullpage.html" height="550" width="800"></iframe>
<iframe src="fullpage.html" height="550" width="800"></iframe>
<iframe src="fullpage.html" height="550" width="800"></iframe>