When we use ckeditor with Google Chrome,

We configured all setting as
Enter mode:"p"
Shift + Enter mode:"br"

when we copy and paste multiple para in textarea body and check the source code here found that auto created "div" tag instead of "br" or "p" and if press enter key in any para, created "div" tag instead of "p"

Please check and give me any suggestion regarding this.

CommentFileSizeAuthor
ckeditor2.png60.72 KBdurgeshs
Ckeditor1.png50.44 KBdurgeshs
ckeditor.png52.41 KBdurgeshs

Comments

mkesicki’s picture

Status: Active » Postponed (maintainer needs more info)

Your issue occurs only in Google Chrome ? Can you check other browsers ?
Btw. your description probably lost some text and it's hard to guess - good that you attached some images.
Thx for notice this.

durgeshs’s picture

When we copy and paste multiple para in textarea body and check the source code here found that auto created tag "div/(p tag with margin=0)" instead of "br" or "p" and if press enter key in any para, created tag "div/(p tag with margin=0)" instead of "p".

I have checked in Mozilla, IE7, IE8, Google Chrome and Safari (windows).

I have found this issue in only Google Chrome and Safari (windows) also.

mkesicki’s picture

Status: Postponed (maintainer needs more info) » Active

@durgesh0029 thx for information.

mkesicki’s picture

Status: Active » Postponed (maintainer needs more info)

Hi, this bug look like related with CKEditor library not module for drupal.
Can you check in http://ckeditor.com/demo if you have this problem there in Chrome an/or Safari ?
In my case there is a problem on demo page in Chrome.
I will report this problem to CKEditor developers.
Please check this to confirm.

mkesicki’s picture

Status: Postponed (maintainer needs more info) » Fixed

I checked this. This can be related with http://dev.ckeditor.com/ticket/7622.
So this problem looks like browser related problem not module.
To solve this you can use "Force pasting as plain text" option in "Advanced options" tab in CKEditor's profile configuration.
Another solution is use "Paste as Text" feature.

durgeshs’s picture

Status: Fixed » Closed (fixed)

thx for suggestion. :)

durgeshs’s picture

Issue summary: View changes

We used tag with "<" and ">".