Opened 10 years ago

Closed 10 years ago

#12394 closed Bug (expired)

Last key not detected in source area

Reported by: kiran Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Hi

I am using 4.4.2 version of Ckeditor. When I am tying in source area and submitting form last key value not saved. And Also if I copy and paste content in source and not change any thing and submitting form no content will be save.

Change History (4)

comment:1 Changed 10 years ago by Jakub Ś

Status: newpending
Version: 4.4.2

Editor has nothing to do with saving data. This is JavaScript application.

If this is a problem with editor, last character should also be removed when you switch to source and back. Does it happen when you switch modes?

Please use http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData method to test editor. If last character is not dropped then you need to look for this somewhere else. Either some script that you use before submitting or server-side is doing this.

comment:2 Changed 10 years ago by kiran

I am using Ckeditor in my AngularJs App in that I am using ckeditor directives. If I edit content in Source mode example "kiran" to "Kir". I deleted two charecter "an".Then I clicked on save (not clicked any where). After I check in updated text it's shows "kira". only "n" is deleted.

comment:3 Changed 10 years ago by Piotrek Koszuliński

Are you sure that CKEditor directive is correct? This is not for us to debug, so the bug report must not include Angular as a requirement.

comment:4 Changed 10 years ago by Piotrek Koszuliński

Resolution: expired
Status: pendingclosed
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