﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12776	formatting (font, color etc.) is not inherited in new block	Sergey		"Repro:
- http://ckeditor.com/demo#full
- remove all content
- type ""line1"" in a new paragraph
- select ""line1"" and set color of the selection to red
- move cursor to the end of the line and hit enter
- type some text
- the new text on the 2nd paragraph is black
- expected the new text to be in red, i.e. to inherit font color from the paragraph above where enter key was hit

Suspected code:
https://github.com/ckeditor/ckeditor-dev/blob/a2468b6dfaa3fa5af6eda6d5dffcd971037f1798/plugins/enterkey/plugin.js#L367
if ( CKEDITOR.dtd.$removeEmpty[ element.getName() ] ) {

Should it be a negation of the condition above?"	Bug	closed	Normal		General		duplicate		
