Opened 14 years ago

Closed 12 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)

indenterror.JPG (78.3 KB) - added by Rajkumar 14 years ago.
RonBulletIncreaseDecrease_error.doc (28.0 KB) - added by Rajkumar 14 years ago.

Download all attachments as: .zip

Change History (11)

Changed 14 years ago by Rajkumar

Attachment: indenterror.JPG added

Changed 14 years ago by Rajkumar

comment:1 Changed 14 years ago by Rajkumar

please copy past the bullet list from the word document,as it is in error image. Thanks in advance

comment:2 Changed 14 years ago by Rajkumar

Hi ,

Can any one reply for the above bug.so just post that , use CKeditor.already FCK is in production

comment:3 Changed 14 years ago by Rajkumar

Priority: NormalHigh

hi

I am getting a runtime error, while indenting the data copied from the document. Can anyone reply for this.

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Priority: HighNormal

WFM with the CKEditor trunk.

comment:5 Changed 14 years ago by Rajkumar

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 14 years ago by Rajkumar

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 14 years ago by Rajkumar

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 14 years ago by Rajkumar

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.EndNodeA.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 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy