﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12676	Typing (not copying/pasting) in selected area create IE Font Tags instead of Spans	Ashley		"This is similar to this ticket attached [http://dev.ckeditor.com/ticket/3786 3786].  However I felt it was important to raise it again but specifying that it was when you typed into a styled span that CKeditor replaces the code with a font tag.  Also, unsure how to reopen a ticket when it stated it was fixed.

Reproduced on the Demo Inline editor on 18-11-2014.

To reproduce have custom styled code in the editor with font family specified.


{{{
<span class=""textblock"" style=""color: rgb(44, 180, 49); line-height: 13pt; font-family: museob; font-size: 11pt;"">
Get Real Results From Your Website
</span>
<span style=""line-height: 13pt; font-size: 9pt; color: rgb(44, 180, 49); font-family: museob;"" data-attr="""">
<br>
</span>
<span class=""textblock"" style=""color: rgb(58, 57, 59); line-height: 12pt; font-family: museo; font-size: 9pt;"">
Monday 5th November, 6pm - 9pm,<br>
</span>
<span class=""textblock"" style=""color: rgb(58, 57, 59); line-height: 12pt; font-family: museo; font-size: 9pt;"">
The Falkirk Stadium<br>
</span>
<span style=""line-height: 9pt; font-size: 9pt; color: rgb(44, 180, 49); font-family: museob;"" data-attr=""""><br>
</span>
<span class=""textblock"" style=""color: rgb(44, 180, 49); line-height: 13pt; font-family: museob; font-size: 11pt;"">
Negotiating Skills
</span>
}}}

Then highlight one of the green lines of text (or both) and type in a new line of text.  The code replaces the span with font tag.  Below is the result of the above test.


{{{
<p>
<span class=""textblock"" style=""color: rgb(44, 180, 49); line-height: 13pt; font-family: museob; font-size: 11pt;""></span>
<span style=""line-height: 13pt; font-size: 9pt; color: rgb(44, 180, 49); font-family: museob;"" data-attr="""">
<font color=""#2cb431"" face=""Times New Roman"">
New Header
</font>
<br>
</span>
<span class=""textblock"" style=""color: rgb(58, 57, 59); line-height: 12pt; font-family: museo; font-size: 9pt;"">
Monday 5th November, 6pm - 9pm,<br>
</span>
<span class=""textblock"" style=""color: rgb(58, 57, 59); line-height: 12pt; font-family: museo; font-size: 9pt;"">
The Falkirk Stadium<br>
</span>
<span style=""line-height: 9pt; font-size: 9pt; color: rgb(44, 180, 49); font-family: museob;"" data-attr="""">
<br>
</span>
<span class=""textblock"" style=""line-height: 13pt; font-size: 11pt;""></span>
<font color=""#2cb431"" face=""Times New Roman"">
Another new header
</font>
<br>
</p>
}}}





"	Bug	closed	Normal		General		expired		
