Opened 15 years ago
Last modified 15 years ago
#6257 confirmed Bug
Editor crashes in Google Chrome when running multiple instances inside <iframe> — at Version 1
Reported by: | Bruno Basto | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4 |
Keywords: | Chrome | Cc: |
Description (last modified by )
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>
Change History (3)
Changed 15 years ago by
Changed 15 years ago by
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Chrome added |
Status: | new → confirmed |
Confirmed on Chrome7b on CKE 3.4.1 nightly/trunk
On IE, Opera, Safari, and FF CKEditor works OK in iframes.