﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
309	Span with nonbreaking space added to button when adding paragraph break in IE	Mike Nicholls	Frederico Caldeira Knabben	"Using IE, switch to source view, paste this code and then switch back to WYSIWYG view: 
{{{
<p><button>1</button><button>2</button></p>
}}}
Placing the cursor between the two buttons and pressing enter to add a paragraph break adds a span with a non-breaking space inside the second button:
{{{
<p><button>1</button></p>
<p>&nbsp;</p>
<p><button><span>&nbsp;</span>2</button></p>
}}}"	Bug	closed	Normal	FCKeditor 2.6	UI : Enter Key	FCKeditor 2.4.1	fixed	Review+	
