Opened 13 years ago
Closed 13 years ago
#8664 closed Bug (expired)
Strange problem on Pasting , Editor inserts multiple div tags during paste
Reported by: | Vineet Singh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.1 |
Keywords: | Cc: | singhvine@…, mayurgupta@…, pragupt6@… |
Description
We implemented the Ck Editor in lotus Notes. We displayed the CK editor inside a div. We save the values of the editor and as such it is fine till now. Now we open the document, and copy the Editor values in non edit mode and paste into another Editable CK Editor , we found that the extra div got inserted into the CKEditor.
The thing we have observed that when we copy and paste the contents, the boundary wall besides the main text- contents(U can drag to select and Ctrl C), the divs and other Tag contents also get pasted into the CKEditor
Please find the attached screens for the code and
ambiguous Output we recieved after we copied only from the word "Kullanici" and pasted .
We tried and reproduced the scenario on the demo screen of the ckeditor.com
Let us know if any other details or clarification required for producing the scenario.
Attachments (3)
Change History (5)
Changed 13 years ago by
Changed 13 years ago by
Attachment: | Result.gif added |
---|
One extra divs code <div id="divCKEditor"> appears.
Changed 13 years ago by
Attachment: | Result.2.gif added |
---|
One extra divs code <div id="divCKEditor"> appears.ambiguous Output we recieved after we copied only from the word "Kullanici" and pasted .
comment:1 Changed 13 years ago by
Status: | new → pending |
---|
Perhaps I'm missing some basis here and I don't see the whole picture butI will need more information here:
Now we open the document, and copy the Editor values in non edit mode and paste into another Editable CK Editor.
- What is that that non edit-mode?
- Have you checked the data before opening - is it without extra divs?
We tried and reproduced the scenario on the demo screen of the ckeditor.com
- What are the exact steps to reproduce the bug on demo site.
- Could you also provide code which was used to reproduce the issue? Just please put it in HTML or text file and not in jpg.
- The more simple scenario and detailed scenario you provide the better chance for us to reproduce the bug and find a fix for it.
comment:2 Changed 13 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
We used this code to implement CKEditor in lotus notes,