﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6637	copy pasting from word to ckeditor	kahhor		"The problem is when he copy from word document to CKeditor, and if you check the source code:

      - it creates <p>&nbsp;</p> instead of new lines (which is not very good, but we can live with it)

      - border=""0"" cellpadding=""0"" cellspacing=""0"" for table (which is ok)

if you save it and then open it again and check the source code:

      - <p>&nbsp;</p> becomes <p>?</p> (which is bad)

      - border=""0"" cellpadding=""0"" cellspacing=""0"" becomes border=""1"" cellpadding=""�"" cellspacing=""�"" (weird, but that border becomes 1 even better)

if you save it again and check the source code:

      - <p>?</p> remains the same

      - but border=""1"" cellpadding=""�"" cellspacing=""�"" becomes border=""1"" cellpadding=""65533"" cellspacing=""65533"""	Bug	closed	Normal		General		invalid		
