id summary reporter owner description type status priority milestone component version resolution keywords cc 8102 Copy paste of text from external source into a editable div with editor non-editable throws error. senthil "We use CKEditor with Java for our content management application. We use the editor by default in non-editable mode (only the editor as non-editable, using editor.setAttribute(""contenteditable"", ""false""). But, we provide the user of the application with a DIV(contentEditable = true) placed inside the editor as the only area to provide the data manually or copy and paster from other documents. While the page loads, the editable DIV has a default space present ( ) with in the DIV tag.If we do ""Ctrl + V"", some text from external documents(like, word, PDF, etc.,) it is getting copied into the DIV. Incase, if we delete the default space ( ) and do the paste operation, the content seems to be copied and dis-appears immediately. Only if i try for the 2nd time, the content appears but with an extra

tags added (by verifying in the Source) and a javascript error (""type"" is null or not an object, l.no: 38 and column.no: 1778) reported. I feel this is an issue, like a dependency present for the default space while pasting the text. Please, provide your suggestions to overcome as we are facing this as an serious issue in our application. Thanks in advance." Bug closed Normal Core : Pasting 3.1 invalid senthilkumar_b01@…