﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10190	Removing block style by editor.removeStyle should result in paragraph not div	Piotrek Koszuliński	Marek Lewandowski	"1. Open replacebyclass sample.
2. Focus editor and place caret in the header (h1).
3. Paste this in the console:
  {{{CKEDITOR.instances.editor1.removeStyle( new CKEDITOR.style( { element: 'h1' } ) );}}}

* Expected result: h1 was removed, so ""Apollo 11"" should be a paragraph, because enterMode=P
* Actual: {{{<div>Apollo 11</div>}}}

This behaviour should be enterMode aware - in div mode it should transform element to {{{<div>}}}, in br mode it should remove it completely."	Bug	closed	Normal	CKEditor 4.4.0	Core : Styles	4.0 Beta	fixed		hello@…
