Opened 15 years ago
Closed 13 years ago
#5738 closed Bug (invalid)
Indent error in FCKeditor 2.6.5
Reported by: | Rajkumar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.5 |
Keywords: | Cc: |
Description
Hi ,
I am getting indent error in FCKeditor 2.6.5.When ever i increase or decrease the bullets i am getting this error.Please check the screen shot for details.If fix is avaiable , help me regarding this error
Message: 'indent' is null or not an object Line: 83 Char: 3492 Code: 0 URI: file:///C:/FCKeditor_2.6.5/fckeditor/editor/js/fckeditorcode_ie.js
Attachments (2)
Change History (11)
Changed 15 years ago by
Attachment: | indenterror.JPG added |
---|
Changed 15 years ago by
Attachment: | RonBulletIncreaseDecrease_error.doc added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Hi ,
Can any one reply for the above bug.so just post that , use CKeditor.already FCK is in production
comment:3 Changed 15 years ago by
Priority: | Normal → High |
---|
hi
I am getting a runtime error, while indenting the data copied from the document. Can anyone reply for this.
comment:5 Changed 15 years ago by
WFM with the CKEditor trunk ?. I didnt get you. Can you explain me in detail.Whether you can able to reproduce the error.
comment:6 Changed 15 years ago by
Hi,
I verfied in CKeditor.Its working good.Is it possible to get a fix in FCKeditor.Because it has been there in production.
Thanks Rajkumar CP
comment:7 Changed 15 years ago by
Hi, Just copy from the word and click source and again click source.Its working fine.Whether there is any issue in format.
thanks
comment:8 Changed 15 years ago by
Hi, Fix for this issue... FCKIndentCommand.prototype = {
Execute: function () {
FCKUndo.SaveUndoStep(); var A = new FCKDomRange(FCK.EditorWindow); FCK.EditorWindow.document.execCommand(this.Name); /* A.MoveToSelection(); var B=A.CreateBookmark();
var C=FCKDomTools.GetCommonParentNode(A.StartNode A.StartContainer,A.EndNode A.EndContainer,['ul','ol']); if (C) this._IndentList(A,C); else this._IndentBlock(A); A.MoveToBookmark(B); A.Select();*/ FCK.Focus(); FCK.Events.FireEvent('OnSelectionChange');
},
comment:9 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → 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.
please copy past the bullet list from the word document,as it is in error image. Thanks in advance