Opened 16 years ago
Closed 11 years ago
#2749 closed Bug (wontfix)
InsertHtml() is inconsistent between IE 7 and Firefox 2
Reported by: | Slava | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE | Cc: |
Description
If called several times in succession, these three lines of JavaScript create different behavior in IE 7 vs. FF 2:
var oEditor = FCKeditorAPI.GetInstance('FCKInput'); oEditor.InsertHtml(strInsertion); oEditor.Focus();
The difference between the results in IE and FF is that the insertion point in the editor behaves differently. To see this in action, please visit http://132.236.21.62/collt/authoring/InsertAtCursor_Problem.htm. I also attach the same HTML file.
I'd appreciate an update sent to sp27@….
Attachments (2)
Change History (9)
Changed 16 years ago by
Attachment: | InsertAtCursor_Problem.htm added |
---|
comment:1 Changed 16 years ago by
Keywords: | InsertHTML() removed |
---|---|
Milestone: | FCKeditor 2.6.4 |
comment:2 Changed 16 years ago by
Version: | FCKeditor.Java 2.4.1 |
---|
Did you try already version 2.6.3 or a nightly build?
comment:3 Changed 16 years ago by
The problem I'm describing is with version 2.6.3 that I downloaded and installed on 12/24/2008. Sorry about not being accurate about this. I have not tried the nightly build.
comment:4 Changed 16 years ago by
Version: | → FCKeditor 2.6.3 |
---|
comment:5 Changed 16 years ago by
Keywords: | Confirmed IE added |
---|---|
Version: | FCKeditor 2.6.3 → FCKeditor 2.4 |
comment:6 Changed 12 years ago by
Version: | FCKeditor 2.4 → 3.0 |
---|
This problem can still be reproduced in latest CKEditor 3.6.4 (v4 beta as well) and all versions of IE.
- Paste the attached replacebycode3.html file into _samples folder
- Click A, B, C in the alphabet palette, in that order
- In IE, you'll get CBA while in other browsers you will get expected ABC
- Click between C and B in IE to position the insertion point, and then click D, E, and F in the alphabet palette
Result: in IE, you'll get FBEDCA
Changed 12 years ago by
Attachment: | replacebycode3.html added |
---|
comment:7 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
FF2 and IE7 are no longer supported.
Statis Web page that demonstrates the issue