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
Status: | new → pending |
---|---|
Version: | 4.4.2 |
comment:2 Changed 10 years ago by
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
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
Resolution: | → expired |
---|---|
Status: | pending → closed |
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.