Opened 16 years ago
Closed 13 years ago
#2727 closed Bug (worksforme)
FCKDomTools.GetIndexOf(node) failed for IE
Reported by: | Dongqiang Bai | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | FCKeditor 2.5 Beta |
Keywords: | HasPatch IE | Cc: |
Description
Steps to reproduce
- Load following code into source view:
<P><SPAN><P>aaa</P></SPAN><P>bbb</P>
- Back to WYSIWYG
- Press enter key
- Move cursor to the end of "aaa", press enter key
Expected results
Step 3 should create a new line at the page top.
Step 4 should create a new line between "aaa" and "bbb".
Current behavior
Step 3 created a new line between "aaa" and "bbb".
Step 4 created a new line at the page top.
Browsers
IE6, IE7.
Known facts
For IE6/IE7, the following is surprisingly true for above example:
node.firstChild ≠ node.childNodes[0]
Attached test.html can show above effects.
Attachments (3)
Change History (6)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Keywords: | Confirmed HasPatch added |
---|---|
Version: | → FCKeditor 2.5 Beta |
comment:2 Changed 16 years ago by
Keywords: | IE added |
---|
comment:3 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
test.html