﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3609	Parser fixbody option should align with enterMode	Garry Yao	Tobiasz Cudnik	"Any form of paragraph wrapping should respect the enterMode option:
=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page with enterMode set to 'div' , initial with the following content:
 {{{
 fixBody
 }}}
 1. Switch to wysiwyg mode and switch back;
  * Actual Result : Source codes now as :
  {{{
 <p>
	fixBody</p>
  }}}
  * Expected Result :
  {{{
  <div>
	  fixBody</div>
  }}}
"	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	General		fixed	Review+	
