I found a bug in FCKeditor 2.6.3.
in fck_replace.html line 476:
if GetMatchWord() return true,the code will go into infinite loop ,
because of the head.MoveNext() is not CharacterRange's MoveNext().
CharacterRange's MoveNext() or put the head to CharacterRange's _cursors array will solve this problem.
I don't know weather it is fixed the latest version, so I post this topic.
in fck_replace.html line 476:
if GetMatchWord() return true,the code will go into infinite loop ,
because of the head.MoveNext() is not CharacterRange's MoveNext().
CharacterRange's MoveNext() or put the head to CharacterRange's _cursors array will solve this problem.
I don't know weather it is fixed the latest version, so I post this topic.