Opened 14 years ago
Last modified 14 years ago
#6257 confirmed Bug
Editor crashes in Google Chrome when running multiple instances inside <iframe>
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>
Attachments (2)
Change History (3)
Changed 14 years ago by
Changed 14 years ago by
comment:1 Changed 14 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.