﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14833	Font set on multi-line text then numbered list causes extra line breaks in numbered list	arodden		"== Steps to reproduce ==

Paste the following 4 lines in full ckeditor, or type them in (use a line break and not a new paragraph after each line). If pasting, make sure pasting as plain text.

One[[BR]]
Two[[BR]]
Three[[BR]]
Four[[BR]]


Select the 4 lines and change the font to another font (for example, Courier New). [[BR]]

With the 4 lines still selected, click the Insert/Remove Numbered List.  It will look like this

{{{
1.
   One
2.
   Two
3.
   Three
4. Four
}}}

The first 3 list items have a line break injected after the number and before the text.

== Expected result ==

{{{
1. One
2. Two
3. Three
4. Four
}}}

== Actual result ==

{{{
1.
   One
2.
   Two
3.
   Three
4. Four
}}}

== Other details (browser, OS, CKEditor version, installed plugins) ==

Browser: Chrome 52.0.2743.116 on Windows 7[[BR]]

Editor version: ckeditor Version 4.5.10, 13 Jul 2016[[BR]]

Also tried in nightly build 30-Aug-2016 full editor and had same results."	Bug	confirmed	Normal		Core : Lists	4.5.0			
