﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17171	TinyMCE malforms spacing when using links and nested lists	Viper007Bond		"I wasn't really sure how to title this ticket and whether this is a core TinyMCE bug or is a WordPress implementation of it bug, so I'm just going to post it here and let someone more knowledgeable than me take care of it.

Paste this completely valid HTML into HTML view:

{{{
<ol>
	<li>
		<a href=""#"">foo</a> bar
		<ul>
			<li>Sub list item</li>
		</ul>
	</li>
</ol>
}}}

Switch to TinyMCE. Notice how there is no longer a space before ""bar"". This is verified by switching back to HTML view."	defect (bug)	closed	low		TinyMCE	3.1	minor	worksforme		
