Opened 17 years ago
Closed 12 years ago
#760 closed Bug (wontfix)
Computer Locks up on paste
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | IE | Cc: | eric_g@…, tsimkins@… |
Description
Each of our pages has two instances of the editor, if you open a new window so it still shows the same page (two windows each containing two editors) then try the following
copy text from new window (top box) to main window (top box)
then copy text from new window (bottom box) and try to paste in main window (bottom box)
then the whole computer crashes
This is a stupid example as nobody would want to do this but its the easiest way to replicate the bug
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1527871&group_id=75348&atid=543653
Change History (3)
comment:1 Changed 17 years ago by
Reporter: | changed from Martin Kou to ryanh_106@… |
---|
comment:2 Changed 17 years ago by
Keywords: | Confirmed IE added |
---|---|
Version: | → SVN |
Confirmed in IE 6.2900.2160 /WIN XP SP2
Works with IE7 and FF2.
comment:3 Changed 12 years ago by
Keywords: | SF removed |
---|---|
Resolution: | → wontfix |
Status: | confirmed → closed |
FCKeditor is no longer supported. CKEditor is free of this bug.
We have encountered similar symptoms when doing copy/paste of large text segments within a single editor instance. The time to do these operations when the buffer size exceeds 1M characters (give or take depending memory) increases significantly as the buffer size grows. If the font type/size selection boxes are clicked while doing a large paste then IE (version 6.0.2900) will hang.
Steps to reproduce:
Moved from SF. Original poster: eric_g
Thank you Tim,
I am glad someone else is experiencing this issue and was able to spend more time investigating the problem than I could. With any luck the information you have provided will allow them to trace the problem and do something about it. Luckily, the last release seems to suggest they do put a lot of effort into bug fixing so fingers crossed.
Thank you once again for helping me out on this one, the level of detail you went into is great. I will be in touch if I have any new information
Ryan Heath
(p.s my reply to your email was bounced back!)
Moved from SF. Original poster: ryanh_106
We had a similar issue, and I believe I can add some additional detail. One of our customers was experiencing this, and I was able to replicate the sequence
that causes this. The page in question has five instances of the editor, each with a unique name.
Tested Platforms:
Browser affected: Internet Explorer 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 FCKEditor versions affected: 2.31, 2.2
Browser not affected: Firefox 1.5.0.6 FCKEditor versions not affected: 2.0 RC3
Initial Problem Replication Instructions:
with multiple FCKEditor instances, such that both windows are visible.
the text area of one of the FCKEditor instances, and paste.
click *INSIDE* the text area of another FCKEditor instance.
This should freeze Internet Explorer, and cause it to use 100% CPU. It's very important in attempting to replicate this issue that you don't click on the IE
window (for example, on the title bar) to activate it first.
replicating the issue at first. I
confirmed that this is not an issue with pages containing only one FCKEditor instance. I verified the issue on three different machines.
Simplest Test Case:
instances.
Workarounds:
of FCKEditor before clicking inside the FCKEditor textarea.
Moved from SF. Original poster: tsimkins